public static interface CreateTrafficMirrorTargetRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateTrafficMirrorTargetRequest.Builder,CreateTrafficMirrorTargetRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateTrafficMirrorTargetRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateTrafficMirrorTargetRequest.Builder |
description(String description)
The description of the Traffic Mirror target.
|
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.
|
CreateTrafficMirrorTargetRequest.Builder |
gatewayLoadBalancerEndpointId(String gatewayLoadBalancerEndpointId)
The ID of the Gateway Load Balancer endpoint.
|
CreateTrafficMirrorTargetRequest.Builder |
networkInterfaceId(String networkInterfaceId)
The network interface ID that is associated with the target.
|
CreateTrafficMirrorTargetRequest.Builder |
networkLoadBalancerArn(String networkLoadBalancerArn)
The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
|
CreateTrafficMirrorTargetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateTrafficMirrorTargetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateTrafficMirrorTargetRequest.Builder |
tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the Traffic Mirror target.
|
CreateTrafficMirrorTargetRequest.Builder |
tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to assign to the Traffic Mirror target.
|
CreateTrafficMirrorTargetRequest.Builder |
tagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the Traffic Mirror target.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateTrafficMirrorTargetRequest.Builder networkInterfaceId(String networkInterfaceId)
The network interface ID that is associated with the target.
networkInterfaceId - The network interface ID that is associated with the target.CreateTrafficMirrorTargetRequest.Builder networkLoadBalancerArn(String networkLoadBalancerArn)
The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
networkLoadBalancerArn - The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.CreateTrafficMirrorTargetRequest.Builder description(String description)
The description of the Traffic Mirror target.
description - The description of the Traffic Mirror target.CreateTrafficMirrorTargetRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the Traffic Mirror target.
tagSpecifications - The tags to assign to the Traffic Mirror target.CreateTrafficMirrorTargetRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the Traffic Mirror target.
tagSpecifications - The tags to assign to the Traffic Mirror target.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 via TagSpecification.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tagSpecifications(List.
tagSpecifications - a consumer that will call methods on
TagSpecification.Builder#tagSpecifications(java.util.Collection) 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 is UnauthorizedOperation.
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 is UnauthorizedOperation.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.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see How to
ensure idempotency.CreateTrafficMirrorTargetRequest.Builder gatewayLoadBalancerEndpointId(String gatewayLoadBalancerEndpointId)
The ID of the Gateway Load Balancer endpoint.
gatewayLoadBalancerEndpointId - The ID of the Gateway Load Balancer endpoint.CreateTrafficMirrorTargetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateTrafficMirrorTargetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.