| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateNetworkInsightsPathResponse> |
Ec2AsyncClient.createNetworkInsightsPath(Consumer<CreateNetworkInsightsPathRequest.Builder> createNetworkInsightsPathRequest)
Creates a path to analyze for reachability.
|
default CreateNetworkInsightsPathResponse |
Ec2Client.createNetworkInsightsPath(Consumer<CreateNetworkInsightsPathRequest.Builder> createNetworkInsightsPathRequest)
Creates a path to analyze for reachability.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.builder() |
CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.Builder.clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.Builder.destination(String destination)
The Amazon Web Services resource that is the destination of the path.
|
CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.Builder.destinationIp(String destinationIp)
The IP address of the Amazon Web Services resource that is the destination of the path.
|
CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.Builder.destinationPort(Integer destinationPort)
The destination port.
|
CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.Builder.protocol(Protocol protocol)
The protocol.
|
CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.Builder.protocol(String protocol)
The protocol.
|
CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.Builder.source(String source)
The Amazon Web Services resource that is the source of the path.
|
CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.Builder.sourceIp(String sourceIp)
The IP address of the Amazon Web Services resource that is the source of the path.
|
CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to add to the path.
|
CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to add to the path.
|
CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications)
The tags to add to the path.
|
CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateNetworkInsightsPathRequest.Builder> |
CreateNetworkInsightsPathRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.