public static interface RemoveAccountFromOrganizationRequest.Builder extends OrganizationsRequest.Builder, CopyableBuilder<RemoveAccountFromOrganizationRequest.Builder,RemoveAccountFromOrganizationRequest>
Modifier and Type | Method and Description |
---|---|
RemoveAccountFromOrganizationRequest.Builder |
accountId(String accountId)
The unique identifier (ID) of the member account that you want to remove from the organization.
|
RemoveAccountFromOrganizationRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
RemoveAccountFromOrganizationRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
RemoveAccountFromOrganizationRequest.Builder accountId(String accountId)
The unique identifier (ID) of the member account that you want to remove from the organization.
The regex pattern for an account ID string requires exactly 12 digits.
accountId
- The unique identifier (ID) of the member account that you want to remove from the organization.
The regex pattern for an account ID string requires exactly 12 digits.
RemoveAccountFromOrganizationRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.RemoveAccountFromOrganizationRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.