Interface CreateTrafficMirrorTargetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateTrafficMirrorTargetRequest.Builder,CreateTrafficMirrorTargetRequest>,Ec2Request.Builder,SdkBuilder<CreateTrafficMirrorTargetRequest.Builder,CreateTrafficMirrorTargetRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateTrafficMirrorTargetRequest
public static interface CreateTrafficMirrorTargetRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateTrafficMirrorTargetRequest.Builder,CreateTrafficMirrorTargetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateTrafficMirrorTargetRequest.BuilderclientToken(String clientToken)Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateTrafficMirrorTargetRequest.Builderdescription(String description)The description of the Traffic Mirror target.CreateTrafficMirrorTargetRequest.BuilderdryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateTrafficMirrorTargetRequest.BuildergatewayLoadBalancerEndpointId(String gatewayLoadBalancerEndpointId)The ID of the Gateway Load Balancer endpoint.CreateTrafficMirrorTargetRequest.BuildernetworkInterfaceId(String networkInterfaceId)The network interface ID that is associated with the target.CreateTrafficMirrorTargetRequest.BuildernetworkLoadBalancerArn(String networkLoadBalancerArn)The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.CreateTrafficMirrorTargetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateTrafficMirrorTargetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateTrafficMirrorTargetRequest.BuildertagSpecifications(Collection<TagSpecification> tagSpecifications)The tags to assign to the Traffic Mirror target.CreateTrafficMirrorTargetRequest.BuildertagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)The tags to assign to the Traffic Mirror target.CreateTrafficMirrorTargetRequest.BuildertagSpecifications(TagSpecification... tagSpecifications)The tags to assign to the Traffic Mirror target.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
networkInterfaceId
CreateTrafficMirrorTargetRequest.Builder networkInterfaceId(String networkInterfaceId)
The network interface ID that is associated with the target.
- Parameters:
networkInterfaceId- The network interface ID that is associated with the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkLoadBalancerArn
CreateTrafficMirrorTargetRequest.Builder networkLoadBalancerArn(String networkLoadBalancerArn)
The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
- Parameters:
networkLoadBalancerArn- The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateTrafficMirrorTargetRequest.Builder description(String description)
The description of the Traffic Mirror target.
- Parameters:
description- The description of the Traffic Mirror target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagSpecifications
CreateTrafficMirrorTargetRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the Traffic Mirror target.
- Parameters:
tagSpecifications- The tags to assign to the Traffic Mirror target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagSpecifications
CreateTrafficMirrorTargetRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the Traffic Mirror target.
- Parameters:
tagSpecifications- The tags to assign to the Traffic Mirror target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagSpecifications
CreateTrafficMirrorTargetRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to assign to the Traffic Mirror target.
This is a convenience method that creates an instance of theTagSpecification.Builderavoiding the need to create one manually viaTagSpecification.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tagSpecifications(List.) - Parameters:
tagSpecifications- a consumer that will call methods onTagSpecification.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tagSpecifications(java.util.Collection)
-
dryRun
CreateTrafficMirrorTargetRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.- Parameters:
dryRun- Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response isDryRunOperation. Otherwise, it isUnauthorizedOperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
CreateTrafficMirrorTargetRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
- Parameters:
clientToken- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gatewayLoadBalancerEndpointId
CreateTrafficMirrorTargetRequest.Builder gatewayLoadBalancerEndpointId(String gatewayLoadBalancerEndpointId)
The ID of the Gateway Load Balancer endpoint.
- Parameters:
gatewayLoadBalancerEndpointId- The ID of the Gateway Load Balancer endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateTrafficMirrorTargetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateTrafficMirrorTargetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-