public static interface CreateDomainResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<CreateDomainResponse.Builder,CreateDomainResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateDomainResponse.Builder |
arn(String arn)
The ARN of the Amazon DataZone domain.
|
CreateDomainResponse.Builder |
description(String description)
The description of the Amazon DataZone domain.
|
CreateDomainResponse.Builder |
domainExecutionRole(String domainExecutionRole)
The domain execution role that is created when an Amazon DataZone domain is created.
|
CreateDomainResponse.Builder |
id(String id)
The identifier of the Amazon DataZone domain.
|
CreateDomainResponse.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.
|
CreateDomainResponse.Builder |
name(String name)
The name of the Amazon DataZone domain.
|
CreateDomainResponse.Builder |
portalUrl(String portalUrl)
The URL of the data portal for this Amazon DataZone domain.
|
default CreateDomainResponse.Builder |
singleSignOn(Consumer<SingleSignOn.Builder> singleSignOn)
The single-sign on configuration of the Amazon DataZone domain.
|
CreateDomainResponse.Builder |
singleSignOn(SingleSignOn singleSignOn)
The single-sign on configuration of the Amazon DataZone domain.
|
CreateDomainResponse.Builder |
status(DomainStatus status)
The status of the Amazon DataZone domain.
|
CreateDomainResponse.Builder |
status(String status)
The status of the Amazon DataZone domain.
|
CreateDomainResponse.Builder |
tags(Map<String,String> tags)
The tags specified for the Amazon DataZone domain.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDomainResponse.Builder arn(String arn)
The ARN of the Amazon DataZone domain.
arn - The ARN of the Amazon DataZone domain.CreateDomainResponse.Builder description(String description)
The description of the Amazon DataZone domain.
description - The description of the Amazon DataZone domain.CreateDomainResponse.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.CreateDomainResponse.Builder id(String id)
The identifier of the Amazon DataZone domain.
id - The identifier of the Amazon DataZone domain.CreateDomainResponse.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.CreateDomainResponse.Builder name(String name)
The name of the Amazon DataZone domain.
name - The name of the Amazon DataZone domain.CreateDomainResponse.Builder portalUrl(String portalUrl)
The URL of the data portal for this Amazon DataZone domain.
portalUrl - The URL of the data portal for this Amazon DataZone domain.CreateDomainResponse.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 CreateDomainResponse.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)CreateDomainResponse.Builder status(String status)
The status of the Amazon DataZone domain.
status - The status of the Amazon DataZone domain.DomainStatus,
DomainStatusCreateDomainResponse.Builder status(DomainStatus status)
The status of the Amazon DataZone domain.
status - The status of the Amazon DataZone domain.DomainStatus,
DomainStatusCreateDomainResponse.Builder tags(Map<String,String> tags)
The tags specified for the Amazon DataZone domain.
tags - The tags specified for the Amazon DataZone domain.Copyright © 2023. All rights reserved.