Interface CreateDomainUnitRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateDomainUnitRequest.Builder,
,CreateDomainUnitRequest> DataZoneRequest.Builder
,SdkBuilder<CreateDomainUnitRequest.Builder,
,CreateDomainUnitRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateDomainUnitRequest
@Mutable
@NotThreadSafe
public static interface CreateDomainUnitRequest.Builder
extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<CreateDomainUnitRequest.Builder,CreateDomainUnitRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.description
(String description) The description of the domain unit.domainIdentifier
(String domainIdentifier) The ID of the domain where you want to crate a domain unit.The name of the domain unit.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.parentDomainUnitIdentifier
(String parentDomainUnitIdentifier) The ID of the parent domain unit.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
description
The description of the domain unit.
- Parameters:
description
- The description of the domain unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainIdentifier
The ID of the domain where you want to crate a domain unit.
- Parameters:
domainIdentifier
- The ID of the domain where you want to crate a domain unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the domain unit.
- Parameters:
name
- The name of the domain unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parentDomainUnitIdentifier
The ID of the parent domain unit.
- Parameters:
parentDomainUnitIdentifier
- The ID of the parent domain unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateDomainUnitRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateDomainUnitRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-