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 ID of the destination.
|
NetworkInsightsPath.Builder |
destinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the destination.
|
NetworkInsightsPath.Builder |
destinationIp(String destinationIp)
The IP address of the destination.
|
NetworkInsightsPath.Builder |
destinationPort(Integer destinationPort)
The destination port.
|
default NetworkInsightsPath.Builder |
filterAtDestination(Consumer<PathFilter.Builder> filterAtDestination)
Scopes the analysis to network paths that match specific filters at the destination.
|
NetworkInsightsPath.Builder |
filterAtDestination(PathFilter filterAtDestination)
Scopes the analysis to network paths that match specific filters at the destination.
|
default NetworkInsightsPath.Builder |
filterAtSource(Consumer<PathFilter.Builder> filterAtSource)
Scopes the analysis to network paths that match specific filters at the source.
|
NetworkInsightsPath.Builder |
filterAtSource(PathFilter filterAtSource)
Scopes the analysis to network paths that match specific filters at the source.
|
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 ID of the source.
|
NetworkInsightsPath.Builder |
sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the source.
|
NetworkInsightsPath.Builder |
sourceIp(String sourceIp)
The IP address of the source.
|
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 ID of the source.
source - The ID of the source.NetworkInsightsPath.Builder destination(String destination)
The ID of the destination.
destination - The ID of the destination.NetworkInsightsPath.Builder sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the source.
sourceArn - The Amazon Resource Name (ARN) of the source.NetworkInsightsPath.Builder destinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the destination.
destinationArn - The Amazon Resource Name (ARN) of the destination.NetworkInsightsPath.Builder sourceIp(String sourceIp)
The IP address of the source.
sourceIp - The IP address of the source.NetworkInsightsPath.Builder destinationIp(String destinationIp)
The IP address of the destination.
destinationIp - The IP address of the destination.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) NetworkInsightsPath.Builder filterAtSource(PathFilter filterAtSource)
Scopes the analysis to network paths that match specific filters at the source.
filterAtSource - Scopes the analysis to network paths that match specific filters at the source.default NetworkInsightsPath.Builder filterAtSource(Consumer<PathFilter.Builder> filterAtSource)
Scopes the analysis to network paths that match specific filters at the source.
This is a convenience method that creates an instance of thePathFilter.Builder avoiding the need to
create one manually via PathFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to filterAtSource(PathFilter).
filterAtSource - a consumer that will call methods on PathFilter.BuilderfilterAtSource(PathFilter)NetworkInsightsPath.Builder filterAtDestination(PathFilter filterAtDestination)
Scopes the analysis to network paths that match specific filters at the destination.
filterAtDestination - Scopes the analysis to network paths that match specific filters at the destination.default NetworkInsightsPath.Builder filterAtDestination(Consumer<PathFilter.Builder> filterAtDestination)
Scopes the analysis to network paths that match specific filters at the destination.
This is a convenience method that creates an instance of thePathFilter.Builder avoiding the need to
create one manually via PathFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to filterAtDestination(PathFilter).
filterAtDestination - a consumer that will call methods on PathFilter.BuilderfilterAtDestination(PathFilter)Copyright © 2023. All rights reserved.