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 Amazon Web Services resource that is the source of the path.
sourceIp
- The IP address of the Amazon Web Services resource that is the source of the path.CreateNetworkInsightsPathRequest.Builder destinationIp(String destinationIp)
The IP address of the Amazon Web Services resource that is the destination of the path.
destinationIp
- The IP address of the Amazon Web Services resource that is the destination of the path.CreateNetworkInsightsPathRequest.Builder source(String source)
The Amazon Web Services resource that is the source of the path.
source
- The Amazon Web Services resource that is the source of the path.CreateNetworkInsightsPathRequest.Builder destination(String destination)
The Amazon Web Services resource that is the destination of the path.
destination
- The Amazon Web Services 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)
overrideConfiguration
in interface AwsRequest.Builder
CreateNetworkInsightsPathRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.