Interface DescribeNetworkInsightsAnalysesResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DescribeNetworkInsightsAnalysesResponse.Builder,,- DescribeNetworkInsightsAnalysesResponse> - Ec2Response.Builder,- SdkBuilder<DescribeNetworkInsightsAnalysesResponse.Builder,,- DescribeNetworkInsightsAnalysesResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DescribeNetworkInsightsAnalysesResponse
@Mutable
@NotThreadSafe
public static interface DescribeNetworkInsightsAnalysesResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeNetworkInsightsAnalysesResponse.Builder,DescribeNetworkInsightsAnalysesResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionnetworkInsightsAnalyses(Collection<NetworkInsightsAnalysis> networkInsightsAnalyses) Information about the network insights analyses.networkInsightsAnalyses(Consumer<NetworkInsightsAnalysis.Builder>... networkInsightsAnalyses) Information about the network insights analyses.networkInsightsAnalyses(NetworkInsightsAnalysis... networkInsightsAnalyses) Information about the network insights analyses.The token to use to retrieve the next page of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
networkInsightsAnalysesDescribeNetworkInsightsAnalysesResponse.Builder networkInsightsAnalyses(Collection<NetworkInsightsAnalysis> networkInsightsAnalyses) Information about the network insights analyses. - Parameters:
- networkInsightsAnalyses- Information about the network insights analyses.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
networkInsightsAnalysesDescribeNetworkInsightsAnalysesResponse.Builder networkInsightsAnalyses(NetworkInsightsAnalysis... networkInsightsAnalyses) Information about the network insights analyses. - Parameters:
- networkInsightsAnalyses- Information about the network insights analyses.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
networkInsightsAnalysesDescribeNetworkInsightsAnalysesResponse.Builder networkInsightsAnalyses(Consumer<NetworkInsightsAnalysis.Builder>... networkInsightsAnalyses) Information about the network insights analyses. This is a convenience method that creates an instance of theNetworkInsightsAnalysis.Builderavoiding the need to create one manually viaNetworkInsightsAnalysis.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonetworkInsightsAnalyses(List<NetworkInsightsAnalysis>).- Parameters:
- networkInsightsAnalyses- a consumer that will call methods on- NetworkInsightsAnalysis.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenThe 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 is- nullwhen there are no more results to return.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-