public static interface ModifyIpamScopeRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyIpamScopeRequest.Builder,ModifyIpamScopeRequest>
| Modifier and Type | Method and Description |
|---|---|
ModifyIpamScopeRequest.Builder |
description(String description)
The description of the scope you want to modify.
|
ModifyIpamScopeRequest.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.
|
ModifyIpamScopeRequest.Builder |
ipamScopeId(String ipamScopeId)
The ID of the scope you want to modify.
|
ModifyIpamScopeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyIpamScopeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyIpamScopeRequest.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.ModifyIpamScopeRequest.Builder ipamScopeId(String ipamScopeId)
The ID of the scope you want to modify.
ipamScopeId - The ID of the scope you want to modify.ModifyIpamScopeRequest.Builder description(String description)
The description of the scope you want to modify.
description - The description of the scope you want to modify.ModifyIpamScopeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyIpamScopeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.