Interface DescribeNetworkInsightsPathsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeNetworkInsightsPathsResponse.Builder,DescribeNetworkInsightsPathsResponse>,Ec2Response.Builder,SdkBuilder<DescribeNetworkInsightsPathsResponse.Builder,DescribeNetworkInsightsPathsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeNetworkInsightsPathsResponse
@Mutable @NotThreadSafe public static interface DescribeNetworkInsightsPathsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeNetworkInsightsPathsResponse.Builder,DescribeNetworkInsightsPathsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeNetworkInsightsPathsResponse.BuildernetworkInsightsPaths(Collection<NetworkInsightsPath> networkInsightsPaths)Information about the paths.DescribeNetworkInsightsPathsResponse.BuildernetworkInsightsPaths(Consumer<NetworkInsightsPath.Builder>... networkInsightsPaths)Information about the paths.DescribeNetworkInsightsPathsResponse.BuildernetworkInsightsPaths(NetworkInsightsPath... networkInsightsPaths)Information about the paths.DescribeNetworkInsightsPathsResponse.BuildernextToken(String nextToken)The token to use to retrieve the next page of results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
networkInsightsPaths
DescribeNetworkInsightsPathsResponse.Builder networkInsightsPaths(Collection<NetworkInsightsPath> networkInsightsPaths)
Information about the paths.
- Parameters:
networkInsightsPaths- Information about the paths.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkInsightsPaths
DescribeNetworkInsightsPathsResponse.Builder networkInsightsPaths(NetworkInsightsPath... networkInsightsPaths)
Information about the paths.
- Parameters:
networkInsightsPaths- Information about the paths.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkInsightsPaths
DescribeNetworkInsightsPathsResponse.Builder networkInsightsPaths(Consumer<NetworkInsightsPath.Builder>... networkInsightsPaths)
Information about the paths.
This is a convenience method that creates an instance of theNetworkInsightsPath.Builderavoiding the need to create one manually viaNetworkInsightsPath.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#networkInsightsPaths(List.) - Parameters:
networkInsightsPaths- a consumer that will call methods onNetworkInsightsPath.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#networkInsightsPaths(java.util.Collection)
-
nextToken
DescribeNetworkInsightsPathsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is
nullwhen there are no more results to return.- Parameters:
nextToken- The token to use to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-