public static interface DisableIpamOrganizationAdminAccountRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DisableIpamOrganizationAdminAccountRequest.Builder,DisableIpamOrganizationAdminAccountRequest>
| Modifier and Type | Method and Description |
|---|---|
DisableIpamOrganizationAdminAccountRequest.Builder |
delegatedAdminAccountId(String delegatedAdminAccountId)
The Organizations member account ID that you want to disable as IPAM account.
|
DisableIpamOrganizationAdminAccountRequest.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.
|
DisableIpamOrganizationAdminAccountRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisableIpamOrganizationAdminAccountRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisableIpamOrganizationAdminAccountRequest.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.DisableIpamOrganizationAdminAccountRequest.Builder delegatedAdminAccountId(String delegatedAdminAccountId)
The Organizations member account ID that you want to disable as IPAM account.
delegatedAdminAccountId - The Organizations member account ID that you want to disable as IPAM account.DisableIpamOrganizationAdminAccountRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisableIpamOrganizationAdminAccountRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.