Interface RemoveAccountFromOrganizationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RemoveAccountFromOrganizationRequest.Builder,RemoveAccountFromOrganizationRequest>,OrganizationsRequest.Builder,SdkBuilder<RemoveAccountFromOrganizationRequest.Builder,RemoveAccountFromOrganizationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- RemoveAccountFromOrganizationRequest
public static interface RemoveAccountFromOrganizationRequest.Builder extends OrganizationsRequest.Builder, SdkPojo, CopyableBuilder<RemoveAccountFromOrganizationRequest.Builder,RemoveAccountFromOrganizationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoveAccountFromOrganizationRequest.BuilderaccountId(String accountId)The unique identifier (ID) of the member account that you want to remove from the organization.RemoveAccountFromOrganizationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RemoveAccountFromOrganizationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.organizations.model.OrganizationsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
accountId
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RemoveAccountFromOrganizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RemoveAccountFromOrganizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-