Interface GetDomainResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetDomainResponse.Builder,
,GetDomainResponse> DataZoneResponse.Builder
,SdkBuilder<GetDomainResponse.Builder,
,GetDomainResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetDomainResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the specified Amazon DataZone domain.The timestamp of when the Amazon DataZone domain was created.description
(String description) The description of the Amazon DataZone domain.domainExecutionRole
(String domainExecutionRole) The domain execution role with which the Amazon DataZone domain is created.domainVersion
(String domainVersion) The version of the domain.domainVersion
(DomainVersion domainVersion) The version of the domain.The identifier of the specified Amazon DataZone domain.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.lastUpdatedAt
(Instant lastUpdatedAt) The timestamp of when the Amazon DataZone domain was last updated.The name of the Amazon DataZone domain.The URL of the data portal for this Amazon DataZone domain.rootDomainUnitId
(String rootDomainUnitId) The ID of the root domain in Amazon Datazone.serviceRole
(String serviceRole) The service role of the domain.default GetDomainResponse.Builder
singleSignOn
(Consumer<SingleSignOn.Builder> singleSignOn) The single sing-on option of the specified Amazon DataZone domain.singleSignOn
(SingleSignOn singleSignOn) The single sing-on option of the specified Amazon DataZone domain.The status of the specified Amazon DataZone domain.status
(DomainStatus status) The status of the specified Amazon DataZone domain.The tags specified for the Amazon DataZone domain.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
arn
The ARN of the specified Amazon DataZone domain.
- Parameters:
arn
- The ARN of the specified Amazon DataZone domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp of when the Amazon DataZone domain was created.
- Parameters:
createdAt
- The timestamp of when the Amazon DataZone domain was created.- 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 with which the Amazon DataZone domain is created.
- Parameters:
domainExecutionRole
- The domain execution role with which the Amazon DataZone domain is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainVersion
The version of the domain.
- Parameters:
domainVersion
- The version of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
domainVersion
The version of the domain.
- Parameters:
domainVersion
- The version of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
id
The identifier of the specified Amazon DataZone domain.
- Parameters:
id
- The identifier of the specified Amazon DataZone domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
lastUpdatedAt
The timestamp of when the Amazon DataZone domain was last updated.
- Parameters:
lastUpdatedAt
- The timestamp of when the Amazon DataZone domain was last updated.- 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.
-
portalUrl
The URL of the data portal for this Amazon DataZone domain.
- Parameters:
portalUrl
- The URL of the data portal for this Amazon DataZone domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rootDomainUnitId
The ID of the root domain in Amazon Datazone.
- Parameters:
rootDomainUnitId
- The ID of the root domain in Amazon Datazone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceRole
The service role of the domain.
- Parameters:
serviceRole
- The service role of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
singleSignOn
The single sing-on option of the specified Amazon DataZone domain.
- Parameters:
singleSignOn
- The single sing-on option of the specified Amazon DataZone domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 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:
-
status
The status of the specified Amazon DataZone domain.
- Parameters:
status
- The status of the specified Amazon DataZone domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the specified Amazon DataZone domain.
- Parameters:
status
- The status of the specified Amazon DataZone domain.- 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.
-