public static interface DescribeNetworkInsightsPathsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeNetworkInsightsPathsRequest.Builder,DescribeNetworkInsightsPathsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeNetworkInsightsPathsRequest.Builder networkInsightsPathIds(Collection<String> networkInsightsPathIds)
The IDs of the paths.
networkInsightsPathIds - The IDs of the paths.DescribeNetworkInsightsPathsRequest.Builder networkInsightsPathIds(String... networkInsightsPathIds)
The IDs of the paths.
networkInsightsPathIds - The IDs of the paths.DescribeNetworkInsightsPathsRequest.Builder filters(Collection<Filter> filters)
The filters. The following are the possible values:
destination - The ID of the resource.
destination-port - The destination port.
protocol - The protocol.
source - The ID of the resource.
filters - The filters. The following are the possible values:
destination - The ID of the resource.
destination-port - The destination port.
protocol - The protocol.
source - The ID of the resource.
DescribeNetworkInsightsPathsRequest.Builder filters(Filter... filters)
The filters. The following are the possible values:
destination - The ID of the resource.
destination-port - The destination port.
protocol - The protocol.
source - The ID of the resource.
filters - The filters. The following are the possible values:
destination - The ID of the resource.
destination-port - The destination port.
protocol - The protocol.
source - The ID of the resource.
DescribeNetworkInsightsPathsRequest.Builder filters(Consumer<Filter.Builder>... filters)
The filters. The following are the possible values:
destination - The ID of the resource.
destination-port - The destination port.
protocol - The protocol.
source - The ID of the resource.
Filter.Builder avoiding the need to create one manually via
Filter.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on Filter.Builder#filters(java.util.Collection) DescribeNetworkInsightsPathsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another
call with the returned nextToken value.
maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken value.DescribeNetworkInsightsPathsRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.DescribeNetworkInsightsPathsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeNetworkInsightsPathsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.