public static interface NetworkInsightsPath.Builder extends SdkPojo, CopyableBuilder<NetworkInsightsPath.Builder,NetworkInsightsPath>
| Modifier and Type | Method and Description |
|---|---|
NetworkInsightsPath.Builder |
createdDate(Instant createdDate)
The time stamp when the path was created.
|
NetworkInsightsPath.Builder |
destination(String destination)
The Amazon Web Services resource that is the destination of the path.
|
NetworkInsightsPath.Builder |
destinationIp(String destinationIp)
The IP address of the Amazon Web Services resource that is the destination of the path.
|
NetworkInsightsPath.Builder |
destinationPort(Integer destinationPort)
The destination port.
|
NetworkInsightsPath.Builder |
networkInsightsPathArn(String networkInsightsPathArn)
The Amazon Resource Name (ARN) of the path.
|
NetworkInsightsPath.Builder |
networkInsightsPathId(String networkInsightsPathId)
The ID of the path.
|
NetworkInsightsPath.Builder |
protocol(Protocol protocol)
The protocol.
|
NetworkInsightsPath.Builder |
protocol(String protocol)
The protocol.
|
NetworkInsightsPath.Builder |
source(String source)
The Amazon Web Services resource that is the source of the path.
|
NetworkInsightsPath.Builder |
sourceIp(String sourceIp)
The IP address of the Amazon Web Services resource that is the source of the path.
|
NetworkInsightsPath.Builder |
tags(Collection<Tag> tags)
The tags associated with the path.
|
NetworkInsightsPath.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags associated with the path.
|
NetworkInsightsPath.Builder |
tags(Tag... tags)
The tags associated with the path.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkInsightsPath.Builder networkInsightsPathId(String networkInsightsPathId)
The ID of the path.
networkInsightsPathId - The ID of the path.NetworkInsightsPath.Builder networkInsightsPathArn(String networkInsightsPathArn)
The Amazon Resource Name (ARN) of the path.
networkInsightsPathArn - The Amazon Resource Name (ARN) of the path.NetworkInsightsPath.Builder createdDate(Instant createdDate)
The time stamp when the path was created.
createdDate - The time stamp when the path was created.NetworkInsightsPath.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.NetworkInsightsPath.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.NetworkInsightsPath.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.NetworkInsightsPath.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.NetworkInsightsPath.Builder protocol(String protocol)
The protocol.
NetworkInsightsPath.Builder protocol(Protocol protocol)
The protocol.
NetworkInsightsPath.Builder destinationPort(Integer destinationPort)
The destination port.
destinationPort - The destination port.NetworkInsightsPath.Builder tags(Collection<Tag> tags)
The tags associated with the path.
tags - The tags associated with the path.NetworkInsightsPath.Builder tags(Tag... tags)
The tags associated with the path.
tags - The tags associated with the path.NetworkInsightsPath.Builder tags(Consumer<Tag.Builder>... tags)
The tags associated with the path.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) Copyright © 2022. All rights reserved.