public static interface StartNetworkInsightsAnalysisResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<StartNetworkInsightsAnalysisResponse.Builder,StartNetworkInsightsAnalysisResponse>
| Modifier and Type | Method and 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartNetworkInsightsAnalysisResponse.Builder networkInsightsAnalysis(NetworkInsightsAnalysis networkInsightsAnalysis)
Information about the network insights analysis.
networkInsightsAnalysis - Information about the network insights analysis.default StartNetworkInsightsAnalysisResponse.Builder networkInsightsAnalysis(Consumer<NetworkInsightsAnalysis.Builder> networkInsightsAnalysis)
Information about the network insights analysis.
This is a convenience 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 networkInsightsAnalysis(NetworkInsightsAnalysis).networkInsightsAnalysis - a consumer that will call methods on NetworkInsightsAnalysis.BuildernetworkInsightsAnalysis(NetworkInsightsAnalysis)Copyright © 2021. All rights reserved.