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.
|
buildrequestOverrideConfigcopyapply, buildRemoveAccountFromOrganizationRequest.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.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.RemoveAccountFromOrganizationRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.