public static interface DeleteNetworkInsightsAnalysisRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DeleteNetworkInsightsAnalysisRequest.Builder,DeleteNetworkInsightsAnalysisRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteNetworkInsightsAnalysisRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
DeleteNetworkInsightsAnalysisRequest.Builder |
networkInsightsAnalysisId(String networkInsightsAnalysisId)
The ID of the network insights analysis.
|
DeleteNetworkInsightsAnalysisRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteNetworkInsightsAnalysisRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteNetworkInsightsAnalysisRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.DeleteNetworkInsightsAnalysisRequest.Builder networkInsightsAnalysisId(String networkInsightsAnalysisId)
The ID of the network insights analysis.
networkInsightsAnalysisId - The ID of the network insights analysis.DeleteNetworkInsightsAnalysisRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteNetworkInsightsAnalysisRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.