public static interface DescribeNetworkInsightsAnalysesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeNetworkInsightsAnalysesResponse.Builder,DescribeNetworkInsightsAnalysesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeNetworkInsightsAnalysesResponse.Builder |
networkInsightsAnalyses(Collection<NetworkInsightsAnalysis> networkInsightsAnalyses)
Information about the network insights analyses.
|
DescribeNetworkInsightsAnalysesResponse.Builder |
networkInsightsAnalyses(Consumer<NetworkInsightsAnalysis.Builder>... networkInsightsAnalyses)
Information about the network insights analyses.
|
DescribeNetworkInsightsAnalysesResponse.Builder |
networkInsightsAnalyses(NetworkInsightsAnalysis... networkInsightsAnalyses)
Information about the network insights analyses.
|
DescribeNetworkInsightsAnalysesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeNetworkInsightsAnalysesResponse.Builder networkInsightsAnalyses(Collection<NetworkInsightsAnalysis> networkInsightsAnalyses)
Information about the network insights analyses.
networkInsightsAnalyses - Information about the network insights analyses.DescribeNetworkInsightsAnalysesResponse.Builder networkInsightsAnalyses(NetworkInsightsAnalysis... networkInsightsAnalyses)
Information about the network insights analyses.
networkInsightsAnalyses - Information about the network insights analyses.DescribeNetworkInsightsAnalysesResponse.Builder networkInsightsAnalyses(Consumer<NetworkInsightsAnalysis.Builder>... networkInsightsAnalyses)
Information about the network insights analyses.
This is a convenience method that creates an instance of theNetworkInsightsAnalysis.Builder avoiding the need to create
one manually via NetworkInsightsAnalysis.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #networkInsightsAnalyses(List.
networkInsightsAnalyses - a consumer that will call methods on
NetworkInsightsAnalysis.Builder#networkInsightsAnalyses(java.util.Collection) DescribeNetworkInsightsAnalysesResponse.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 © 2023. All rights reserved.