CopyableBuilder<RemoveAccountFromOrganizationRequest.Builder,RemoveAccountFromOrganizationRequest>
, SdkBuilder<RemoveAccountFromOrganizationRequest.Builder,RemoveAccountFromOrganizationRequest>
public static interface RemoveAccountFromOrganizationRequest.Builder extends CopyableBuilder<RemoveAccountFromOrganizationRequest.Builder,RemoveAccountFromOrganizationRequest>
Modifier and Type | Method | Description |
---|---|---|
RemoveAccountFromOrganizationRequest.Builder |
accountId(String accountId) |
The unique identifier (ID) of the member account that you want to remove from the organization.
|
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.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.