GetDomainResponse.Builder |
GetDomainResponse.Builder.arn(String arn) |
The ARN of the specified Amazon DataZone domain.
|
static GetDomainResponse.Builder |
GetDomainResponse.builder() |
|
GetDomainResponse.Builder |
GetDomainResponse.Builder.createdAt(Instant createdAt) |
The timestamp of when the Amazon DataZone domain was created.
|
GetDomainResponse.Builder |
GetDomainResponse.Builder.description(String description) |
The description of the Amazon DataZone domain.
|
GetDomainResponse.Builder |
GetDomainResponse.Builder.domainExecutionRole(String domainExecutionRole) |
The domain execution role with which the Amazon DataZone domain is created.
|
GetDomainResponse.Builder |
GetDomainResponse.Builder.id(String id) |
The identifier of the specified Amazon DataZone domain.
|
GetDomainResponse.Builder |
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 |
GetDomainResponse.Builder.lastUpdatedAt(Instant lastUpdatedAt) |
The timestamp of when the Amazon DataZone domain was last updated.
|
GetDomainResponse.Builder |
GetDomainResponse.Builder.name(String name) |
The name of the Amazon DataZone domain.
|
GetDomainResponse.Builder |
GetDomainResponse.Builder.portalUrl(String portalUrl) |
The URL of the data portal for this Amazon DataZone domain.
|
GetDomainResponse.Builder |
GetDomainResponse.Builder.rootDomainUnitId(String rootDomainUnitId) |
The ID of the root domain in Amazon Datazone.
|
default GetDomainResponse.Builder |
GetDomainResponse.Builder.singleSignOn(Consumer<SingleSignOn.Builder> singleSignOn) |
The single sing-on option of the specified Amazon DataZone domain.
|
GetDomainResponse.Builder |
GetDomainResponse.Builder.singleSignOn(SingleSignOn singleSignOn) |
The single sing-on option of the specified Amazon DataZone domain.
|
GetDomainResponse.Builder |
GetDomainResponse.Builder.status(String status) |
The status of the specified Amazon DataZone domain.
|
GetDomainResponse.Builder |
GetDomainResponse.Builder.status(DomainStatus status) |
The status of the specified Amazon DataZone domain.
|
GetDomainResponse.Builder |
GetDomainResponse.Builder.tags(Map<String,String> tags) |
The tags specified for the Amazon DataZone domain.
|
GetDomainResponse.Builder |
GetDomainResponse.toBuilder() |
|