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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StartNetworkInsightsAnalysisResponse.Builder
networkInsightsAnalysis(Consumer<NetworkInsightsAnalysis.Builder> networkInsightsAnalysis)
Information about the network insights analysis.StartNetworkInsightsAnalysisResponse.Builder
networkInsightsAnalysis(NetworkInsightsAnalysis networkInsightsAnalysis)
Information about the network insights analysis.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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.Builder
avoiding the need to create one manually viaNetworkInsightsAnalysis.builder()
.When the
Consumer
completes,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:
networkInsightsAnalysis(NetworkInsightsAnalysis)
-
-