Interface CreateTrafficMirrorTargetRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateTrafficMirrorTargetRequest.Builder,
,CreateTrafficMirrorTargetRequest> Ec2Request.Builder
,SdkBuilder<CreateTrafficMirrorTargetRequest.Builder,
,CreateTrafficMirrorTargetRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateTrafficMirrorTargetRequest
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.description
(String description) The description of the Traffic Mirror target.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.gatewayLoadBalancerEndpointId
(String gatewayLoadBalancerEndpointId) The ID of the Gateway Load Balancer endpoint.networkInterfaceId
(String networkInterfaceId) The network interface ID that is associated with the target.networkLoadBalancerArn
(String networkLoadBalancerArn) The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tagSpecifications
(Collection<TagSpecification> tagSpecifications) The tags to assign to the Traffic Mirror target.tagSpecifications
(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to assign to the Traffic Mirror target.tagSpecifications
(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, sdkFields
-
Method Details
-
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
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
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
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.Builder
avoiding the need to create one manually viaTagSpecification.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totagSpecifications(List<TagSpecification>)
.- 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:
-
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateTrafficMirrorTargetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-