public static interface DeregisterDelegatedAdministratorRequest.Builder extends OrganizationsRequest.Builder, SdkPojo, CopyableBuilder<DeregisterDelegatedAdministratorRequest.Builder,DeregisterDelegatedAdministratorRequest>
| Modifier and Type | Method and Description |
|---|---|
DeregisterDelegatedAdministratorRequest.Builder |
accountId(String accountId)
The account ID number of the member account in the organization that you want to deregister as a delegated
administrator.
|
DeregisterDelegatedAdministratorRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeregisterDelegatedAdministratorRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeregisterDelegatedAdministratorRequest.Builder |
servicePrincipal(String servicePrincipal)
The service principal name of an Amazon Web Services service for which the account is a delegated
administrator.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeregisterDelegatedAdministratorRequest.Builder accountId(String accountId)
The account ID number of the member account in the organization that you want to deregister as a delegated administrator.
accountId - The account ID number of the member account in the organization that you want to deregister as a
delegated administrator.DeregisterDelegatedAdministratorRequest.Builder servicePrincipal(String servicePrincipal)
The service principal name of an Amazon Web Services service for which the account is a delegated administrator.
Delegated administrator privileges are revoked for only the specified Amazon Web Services service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.
servicePrincipal - The service principal name of an Amazon Web Services service for which the account is a delegated
administrator.
Delegated administrator privileges are revoked for only the specified Amazon Web Services service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.
DeregisterDelegatedAdministratorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeregisterDelegatedAdministratorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.