public static interface DescribeNetworkInsightsPathsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeNetworkInsightsPathsResponse.Builder,DescribeNetworkInsightsPathsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeNetworkInsightsPathsResponse.Builder |
networkInsightsPaths(Collection<NetworkInsightsPath> networkInsightsPaths)
Information about the paths.
|
DescribeNetworkInsightsPathsResponse.Builder |
networkInsightsPaths(Consumer<NetworkInsightsPath.Builder>... networkInsightsPaths)
Information about the paths.
|
DescribeNetworkInsightsPathsResponse.Builder |
networkInsightsPaths(NetworkInsightsPath... networkInsightsPaths)
Information about the paths.
|
DescribeNetworkInsightsPathsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeNetworkInsightsPathsResponse.Builder networkInsightsPaths(Collection<NetworkInsightsPath> networkInsightsPaths)
Information about the paths.
networkInsightsPaths
- Information about the paths.DescribeNetworkInsightsPathsResponse.Builder networkInsightsPaths(NetworkInsightsPath... networkInsightsPaths)
Information about the paths.
networkInsightsPaths
- Information about the paths.DescribeNetworkInsightsPathsResponse.Builder networkInsightsPaths(Consumer<NetworkInsightsPath.Builder>... networkInsightsPaths)
Information about the paths.
This is a convenience that creates an instance of theList.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 #networkInsightsPaths(List)
.networkInsightsPaths
- a consumer that will call methods on List.Builder
#networkInsightsPaths(List)
DescribeNetworkInsightsPathsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are
no more results to return.Copyright © 2021. All rights reserved.