Interface CreateDomainRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateDomainRequest.Builder,
,CreateDomainRequest> DataZoneRequest.Builder
,SdkBuilder<CreateDomainRequest.Builder,
,CreateDomainRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateDomainRequest
-
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 Amazon DataZone domain.domainExecutionRole
(String domainExecutionRole) The domain execution role that is created when an Amazon DataZone domain is created.domainVersion
(String domainVersion) The version of the domain that is created.domainVersion
(DomainVersion domainVersion) The version of the domain that is created.kmsKeyIdentifier
(String kmsKeyIdentifier) The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data.The name of the Amazon DataZone domain.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.serviceRole
(String serviceRole) The service role of the domain that is created.default CreateDomainRequest.Builder
singleSignOn
(Consumer<SingleSignOn.Builder> singleSignOn) The single-sign on configuration of the Amazon DataZone domain.singleSignOn
(SingleSignOn singleSignOn) The single-sign on configuration of the Amazon DataZone domain.The tags specified for the Amazon DataZone 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, 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 Amazon DataZone domain.
- Parameters:
description
- The description of the Amazon DataZone domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainExecutionRole
The domain execution role that is created when an Amazon DataZone domain is created. The domain execution role is created in the Amazon Web Services account that houses the Amazon DataZone domain.
- Parameters:
domainExecutionRole
- The domain execution role that is created when an Amazon DataZone domain is created. The domain execution role is created in the Amazon Web Services account that houses the Amazon DataZone domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainVersion
The version of the domain that is created.
- Parameters:
domainVersion
- The version of the domain that is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
domainVersion
The version of the domain that is created.
- Parameters:
domainVersion
- The version of the domain that is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
kmsKeyIdentifier
The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data.
- Parameters:
kmsKeyIdentifier
- The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the Amazon DataZone domain.
- Parameters:
name
- The name of the Amazon DataZone domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceRole
The service role of the domain that is created.
- Parameters:
serviceRole
- The service role of the domain that is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
singleSignOn
The single-sign on configuration of the Amazon DataZone domain.
- Parameters:
singleSignOn
- The single-sign on configuration of the Amazon DataZone domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
singleSignOn
The single-sign on configuration of the Amazon DataZone domain.
This is a convenience method that creates an instance of theSingleSignOn.Builder
avoiding the need to create one manually viaSingleSignOn.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosingleSignOn(SingleSignOn)
.- Parameters:
singleSignOn
- a consumer that will call methods onSingleSignOn.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The tags specified for the Amazon DataZone domain.
- Parameters:
tags
- The tags specified for the Amazon DataZone domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateDomainRequest.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
CreateDomainRequest.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.
-