Interface StartNetworkInsightsAnalysisResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<StartNetworkInsightsAnalysisResponse.Builder,,StartNetworkInsightsAnalysisResponse> Ec2Response.Builder,SdkBuilder<StartNetworkInsightsAnalysisResponse.Builder,,StartNetworkInsightsAnalysisResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 StartNetworkInsightsAnalysisResponse
public static interface StartNetworkInsightsAnalysisResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<StartNetworkInsightsAnalysisResponse.Builder,StartNetworkInsightsAnalysisResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionnetworkInsightsAnalysis(Consumer<NetworkInsightsAnalysis.Builder> networkInsightsAnalysis) Information about the network insights analysis.networkInsightsAnalysis(NetworkInsightsAnalysis networkInsightsAnalysis) Information about the network insights analysis.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
networkInsightsAnalysis
StartNetworkInsightsAnalysisResponse.Builder networkInsightsAnalysis(NetworkInsightsAnalysis networkInsightsAnalysis) Information about the network insights analysis.
- Parameters:
 networkInsightsAnalysis- Information about the network insights analysis.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
networkInsightsAnalysis
default StartNetworkInsightsAnalysisResponse.Builder networkInsightsAnalysis(Consumer<NetworkInsightsAnalysis.Builder> networkInsightsAnalysis) Information about the network insights analysis.
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 tonetworkInsightsAnalysis(NetworkInsightsAnalysis).- Parameters:
 networkInsightsAnalysis- a consumer that will call methods onNetworkInsightsAnalysis.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -