public static interface GetDomainResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetDomainResponse.Builder,GetDomainResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDomainResponse.Builder |
arn(String arn)
The ARN of the specified Amazon DataZone domain.
|
GetDomainResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when the Amazon DataZone domain was created.
|
GetDomainResponse.Builder |
description(String description)
The description of the Amazon DataZone domain.
|
GetDomainResponse.Builder |
domainExecutionRole(String domainExecutionRole)
The domain execution role with which the Amazon DataZone domain is created.
|
GetDomainResponse.Builder |
id(String id)
The identifier of the specified Amazon DataZone domain.
|
GetDomainResponse.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.
|
GetDomainResponse.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of when the Amazon DataZone domain was last updated.
|
GetDomainResponse.Builder |
name(String name)
The name of the Amazon DataZone domain.
|
GetDomainResponse.Builder |
portalUrl(String portalUrl)
The URL of the data portal for this Amazon DataZone domain.
|
default GetDomainResponse.Builder |
singleSignOn(Consumer<SingleSignOn.Builder> singleSignOn)
The single sing-on option of the specified Amazon DataZone domain.
|
GetDomainResponse.Builder |
singleSignOn(SingleSignOn singleSignOn)
The single sing-on option of the specified Amazon DataZone domain.
|
GetDomainResponse.Builder |
status(DomainStatus status)
The status of the specified Amazon DataZone domain.
|
GetDomainResponse.Builder |
status(String status)
The status of the specified Amazon DataZone domain.
|
GetDomainResponse.Builder |
tags(Map<String,String> tags)
The tags specified for the Amazon DataZone domain.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDomainResponse.Builder arn(String arn)
The ARN of the specified Amazon DataZone domain.
arn - The ARN of the specified Amazon DataZone domain.GetDomainResponse.Builder createdAt(Instant createdAt)
The timestamp of when the Amazon DataZone domain was created.
createdAt - The timestamp of when the Amazon DataZone domain was created.GetDomainResponse.Builder description(String description)
The description of the Amazon DataZone domain.
description - The description of the Amazon DataZone domain.GetDomainResponse.Builder domainExecutionRole(String domainExecutionRole)
The domain execution role with which the Amazon DataZone domain is created.
domainExecutionRole - The domain execution role with which the Amazon DataZone domain is created.GetDomainResponse.Builder id(String id)
The identifier of the specified Amazon DataZone domain.
id - The identifier of the specified Amazon DataZone domain.GetDomainResponse.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.GetDomainResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of when the Amazon DataZone domain was last updated.
lastUpdatedAt - The timestamp of when the Amazon DataZone domain was last updated.GetDomainResponse.Builder name(String name)
The name of the Amazon DataZone domain.
name - The name of the Amazon DataZone domain.GetDomainResponse.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.GetDomainResponse.Builder singleSignOn(SingleSignOn singleSignOn)
The single sing-on option of the specified Amazon DataZone domain.
singleSignOn - The single sing-on option of the specified Amazon DataZone domain.default GetDomainResponse.Builder singleSignOn(Consumer<SingleSignOn.Builder> singleSignOn)
The single sing-on option of the specified 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)GetDomainResponse.Builder status(String status)
The status of the specified Amazon DataZone domain.
status - The status of the specified Amazon DataZone domain.DomainStatus,
DomainStatusGetDomainResponse.Builder status(DomainStatus status)
The status of the specified Amazon DataZone domain.
status - The status of the specified Amazon DataZone domain.DomainStatus,
DomainStatusGetDomainResponse.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.