public static interface CreateNetworkInsightsPathRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateNetworkInsightsPathRequest.Builder,CreateNetworkInsightsPathRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateNetworkInsightsPathRequest.Builder sourceIp(String sourceIp)
The IP address of the AWS resource that is the source of the path.
sourceIp
- The IP address of the AWS resource that is the source of the path.CreateNetworkInsightsPathRequest.Builder destinationIp(String destinationIp)
The IP address of the AWS resource that is the destination of the path.
destinationIp
- The IP address of the AWS resource that is the destination of the path.CreateNetworkInsightsPathRequest.Builder source(String source)
The AWS resource that is the source of the path.
source
- The AWS resource that is the source of the path.CreateNetworkInsightsPathRequest.Builder destination(String destination)
The AWS resource that is the destination of the path.
destination
- The AWS resource that is the destination of the path.CreateNetworkInsightsPathRequest.Builder protocol(String protocol)
The protocol.
CreateNetworkInsightsPathRequest.Builder protocol(Protocol protocol)
The protocol.
CreateNetworkInsightsPathRequest.Builder destinationPort(Integer destinationPort)
The destination port.
destinationPort
- The destination port.CreateNetworkInsightsPathRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to add to the path.
tagSpecifications
- The tags to add to the path.CreateNetworkInsightsPathRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags to add to the path.
tagSpecifications
- The tags to add to the path.CreateNetworkInsightsPathRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to add to the path.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #tagSpecifications(List)
.tagSpecifications
- a consumer that will call methods on List.Builder
#tagSpecifications(List)
CreateNetworkInsightsPathRequest.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.CreateNetworkInsightsPathRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateNetworkInsightsPathRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.