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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeNetworkInsightsPathsResponse.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 method that creates an instance of theNetworkInsightsPath.Builder avoiding the need to create one
manually via NetworkInsightsPath.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #networkInsightsPaths(List.
networkInsightsPaths - a consumer that will call methods on
NetworkInsightsPath.Builder#networkInsightsPaths(java.util.Collection) 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 © 2022. All rights reserved.