public static interface DeleteOrganizationRequest.Builder extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<DeleteOrganizationRequest.Builder,DeleteOrganizationRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteOrganizationRequest.Builder |
clientToken(String clientToken)
The idempotency token associated with the request.
|
DeleteOrganizationRequest.Builder |
deleteDirectory(Boolean deleteDirectory)
If true, deletes the AWS Directory Service directory associated with the organization.
|
DeleteOrganizationRequest.Builder |
organizationId(String organizationId)
The organization ID.
|
DeleteOrganizationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteOrganizationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteOrganizationRequest.Builder clientToken(String clientToken)
The idempotency token associated with the request.
clientToken - The idempotency token associated with the request.DeleteOrganizationRequest.Builder organizationId(String organizationId)
The organization ID.
organizationId - The organization ID.DeleteOrganizationRequest.Builder deleteDirectory(Boolean deleteDirectory)
If true, deletes the AWS Directory Service directory associated with the organization.
deleteDirectory - If true, deletes the AWS Directory Service directory associated with the organization.DeleteOrganizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteOrganizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.