public static interface DescribeNetworkInsightsPathsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeNetworkInsightsPathsRequest.Builder,DescribeNetworkInsightsPathsRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeNetworkInsightsPathsRequest.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.
DestinationPort - The destination port.
Name - The path name.
Protocol - The protocol.
Source - The ID of the resource.
filters
- The filters. The following are the possible values:
Destination - The ID of the resource.
DestinationPort - The destination port.
Name - The path name.
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.
DestinationPort - The destination port.
Name - The path name.
Protocol - The protocol.
Source - The ID of the resource.
filters
- The filters. The following are the possible values:
Destination - The ID of the resource.
DestinationPort - The destination port.
Name - The path name.
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.
DestinationPort - The destination port.
Name - The path name.
Protocol - The protocol.
Source - The ID of the resource.
List.Builder
avoiding the need
to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #filters(List)
.filters
- a consumer that will call methods on List.Builder
#filters(List)
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.Builder
DescribeNetworkInsightsPathsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.