public static interface DeleteIpamScopeRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DeleteIpamScopeRequest.Builder,DeleteIpamScopeRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteIpamScopeRequest.Builder |
dryRun(Boolean dryRun)
A check for whether you have the required permissions for the action without actually making the request and
provides an error response.
|
DeleteIpamScopeRequest.Builder |
ipamScopeId(String ipamScopeId)
The ID of the scope to delete.
|
DeleteIpamScopeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteIpamScopeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteIpamScopeRequest.Builder dryRun(Boolean dryRun)
A check for 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 - A check for 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.DeleteIpamScopeRequest.Builder ipamScopeId(String ipamScopeId)
The ID of the scope to delete.
ipamScopeId - The ID of the scope to delete.DeleteIpamScopeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteIpamScopeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.