Interface DeleteDomainRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteDomainRequest.Builder,DeleteDomainRequest>,DataZoneRequest.Builder,SdkBuilder<DeleteDomainRequest.Builder,DeleteDomainRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteDomainRequest
public static interface DeleteDomainRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<DeleteDomainRequest.Builder,DeleteDomainRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteDomainRequest.BuilderclientToken(String clientToken)A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.DeleteDomainRequest.Builderidentifier(String identifier)The identifier of the Amazon Web Services domain that is to be deleted.DeleteDomainRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteDomainRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteDomainRequest.BuilderskipDeletionCheck(Boolean skipDeletionCheck)Specifies the optional flag to delete all child entities within the domain.-
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.datazone.model.DataZoneRequest.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
-
clientToken
DeleteDomainRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
- Parameters:
clientToken- A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
DeleteDomainRequest.Builder identifier(String identifier)
The identifier of the Amazon Web Services domain that is to be deleted.
- Parameters:
identifier- The identifier of the Amazon Web Services domain that is to be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
skipDeletionCheck
DeleteDomainRequest.Builder skipDeletionCheck(Boolean skipDeletionCheck)
Specifies the optional flag to delete all child entities within the domain.
- Parameters:
skipDeletionCheck- Specifies the optional flag to delete all child entities within the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-