public static interface CreateDomainRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<CreateDomainRequest.Builder,CreateDomainRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateDomainRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
CreateDomainRequest.Builder |
description(String description)
The description of the Amazon DataZone domain.
|
CreateDomainRequest.Builder |
domainExecutionRole(String domainExecutionRole)
The domain execution role that is created when an Amazon DataZone domain is created.
|
CreateDomainRequest.Builder |
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.
|
CreateDomainRequest.Builder |
name(String name)
The name of the Amazon DataZone domain.
|
CreateDomainRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDomainRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateDomainRequest.Builder |
singleSignOn(Consumer<SingleSignOn.Builder> singleSignOn)
The single-sign on configuration of the Amazon DataZone domain.
|
CreateDomainRequest.Builder |
singleSignOn(SingleSignOn singleSignOn)
The single-sign on configuration of the Amazon DataZone domain.
|
CreateDomainRequest.Builder |
tags(Map<String,String> tags)
The tags specified for the Amazon DataZone domain.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDomainRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
clientToken - A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.CreateDomainRequest.Builder description(String description)
The description of the Amazon DataZone domain.
description - The description of the Amazon DataZone domain.CreateDomainRequest.Builder domainExecutionRole(String 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.
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.CreateDomainRequest.Builder 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.
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.CreateDomainRequest.Builder name(String name)
The name of the Amazon DataZone domain.
name - The name of the Amazon DataZone domain.CreateDomainRequest.Builder singleSignOn(SingleSignOn singleSignOn)
The single-sign on configuration of the Amazon DataZone domain.
singleSignOn - The single-sign on configuration of the Amazon DataZone domain.default CreateDomainRequest.Builder singleSignOn(Consumer<SingleSignOn.Builder> 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 via SingleSignOn.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to singleSignOn(SingleSignOn).
singleSignOn - a consumer that will call methods on SingleSignOn.BuildersingleSignOn(SingleSignOn)CreateDomainRequest.Builder tags(Map<String,String> tags)
The tags specified for the Amazon DataZone domain.
tags - The tags specified for the Amazon DataZone domain.CreateDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.