Interface DeleteOrganizationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteOrganizationRequest.Builder,DeleteOrganizationRequest>,SdkBuilder<DeleteOrganizationRequest.Builder,DeleteOrganizationRequest>,SdkPojo,SdkRequest.Builder,WorkMailRequest.Builder
- Enclosing class:
- DeleteOrganizationRequest
public static interface DeleteOrganizationRequest.Builder extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<DeleteOrganizationRequest.Builder,DeleteOrganizationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteOrganizationRequest.BuilderclientToken(String clientToken)The idempotency token associated with the request.DeleteOrganizationRequest.BuilderdeleteDirectory(Boolean deleteDirectory)If true, deletes the AWS Directory Service directory associated with the organization.DeleteOrganizationRequest.BuilderforceDelete(Boolean forceDelete)Deletes a WorkMail organization even if the organization has enabled users.DeleteOrganizationRequest.BuilderorganizationId(String organizationId)The organization ID.DeleteOrganizationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteOrganizationRequest.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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.workmail.model.WorkMailRequest.Builder
build
-
-
-
-
Method Detail
-
clientToken
DeleteOrganizationRequest.Builder clientToken(String clientToken)
The idempotency token associated with the request.
- Parameters:
clientToken- The idempotency token associated with the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationId
DeleteOrganizationRequest.Builder organizationId(String organizationId)
The organization ID.
- Parameters:
organizationId- The organization ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deleteDirectory
DeleteOrganizationRequest.Builder deleteDirectory(Boolean deleteDirectory)
If true, deletes the AWS Directory Service directory associated with the organization.
- Parameters:
deleteDirectory- If true, deletes the AWS Directory Service directory associated with the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
forceDelete
DeleteOrganizationRequest.Builder forceDelete(Boolean forceDelete)
Deletes a WorkMail organization even if the organization has enabled users.
- Parameters:
forceDelete- Deletes a WorkMail organization even if the organization has enabled users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteOrganizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteOrganizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-