| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static NetworkInsightsPath.Builder |
NetworkInsightsPath.builder() |
NetworkInsightsPath.Builder |
NetworkInsightsPath.Builder.createdDate(Instant createdDate)
The time stamp when the path was created.
|
NetworkInsightsPath.Builder |
NetworkInsightsPath.Builder.destination(String destination)
The Amazon Web Services resource that is the destination of the path.
|
NetworkInsightsPath.Builder |
NetworkInsightsPath.Builder.destinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the destination.
|
NetworkInsightsPath.Builder |
NetworkInsightsPath.Builder.destinationIp(String destinationIp)
The IP address of the Amazon Web Services resource that is the destination of the path.
|
NetworkInsightsPath.Builder |
NetworkInsightsPath.Builder.destinationPort(Integer destinationPort)
The destination port.
|
NetworkInsightsPath.Builder |
NetworkInsightsPath.Builder.networkInsightsPathArn(String networkInsightsPathArn)
The Amazon Resource Name (ARN) of the path.
|
NetworkInsightsPath.Builder |
NetworkInsightsPath.Builder.networkInsightsPathId(String networkInsightsPathId)
The ID of the path.
|
NetworkInsightsPath.Builder |
NetworkInsightsPath.Builder.protocol(Protocol protocol)
The protocol.
|
NetworkInsightsPath.Builder |
NetworkInsightsPath.Builder.protocol(String protocol)
The protocol.
|
NetworkInsightsPath.Builder |
NetworkInsightsPath.Builder.source(String source)
The Amazon Web Services resource that is the source of the path.
|
NetworkInsightsPath.Builder |
NetworkInsightsPath.Builder.sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the source.
|
NetworkInsightsPath.Builder |
NetworkInsightsPath.Builder.sourceIp(String sourceIp)
The IP address of the Amazon Web Services resource that is the source of the path.
|
NetworkInsightsPath.Builder |
NetworkInsightsPath.Builder.tags(Collection<Tag> tags)
The tags associated with the path.
|
NetworkInsightsPath.Builder |
NetworkInsightsPath.Builder.tags(Consumer<Tag.Builder>... tags)
The tags associated with the path.
|
NetworkInsightsPath.Builder |
NetworkInsightsPath.Builder.tags(Tag... tags)
The tags associated with the path.
|
NetworkInsightsPath.Builder |
NetworkInsightsPath.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NetworkInsightsPath.Builder> |
NetworkInsightsPath.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateNetworkInsightsPathResponse.Builder |
CreateNetworkInsightsPathResponse.Builder.networkInsightsPath(Consumer<NetworkInsightsPath.Builder> networkInsightsPath)
Information about the path.
|
Copyright © 2023. All rights reserved.