Interface GetDomainResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetDomainResponse.Builder,GetDomainResponse>,DataZoneResponse.Builder,SdkBuilder<GetDomainResponse.Builder,GetDomainResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetDomainResponse
public static interface GetDomainResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetDomainResponse.Builder,GetDomainResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetDomainResponse.Builderarn(String arn)The ARN of the specified Amazon DataZone domain.GetDomainResponse.BuildercreatedAt(Instant createdAt)The timestamp of when the Amazon DataZone domain was created.GetDomainResponse.Builderdescription(String description)The description of the Amazon DataZone domain.GetDomainResponse.BuilderdomainExecutionRole(String domainExecutionRole)The domain execution role with which the Amazon DataZone domain is created.GetDomainResponse.Builderid(String id)The identifier of the specified Amazon DataZone domain.GetDomainResponse.BuilderkmsKeyIdentifier(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.BuilderlastUpdatedAt(Instant lastUpdatedAt)The timestamp of when the Amazon DataZone domain was last updated.GetDomainResponse.Buildername(String name)The name of the Amazon DataZone domain.GetDomainResponse.BuilderportalUrl(String portalUrl)The URL of the data portal for this Amazon DataZone domain.default GetDomainResponse.BuildersingleSignOn(Consumer<SingleSignOn.Builder> singleSignOn)The single sing-on option of the specified Amazon DataZone domain.GetDomainResponse.BuildersingleSignOn(SingleSignOn singleSignOn)The single sing-on option of the specified Amazon DataZone domain.GetDomainResponse.Builderstatus(String status)The status of the specified Amazon DataZone domain.GetDomainResponse.Builderstatus(DomainStatus status)The status of the specified Amazon DataZone domain.GetDomainResponse.Buildertags(Map<String,String> tags)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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
GetDomainResponse.Builder arn(String 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
GetDomainResponse.Builder createdAt(Instant 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
GetDomainResponse.Builder description(String 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
GetDomainResponse.Builder domainExecutionRole(String 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.
-
id
GetDomainResponse.Builder id(String 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
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.
- 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
GetDomainResponse.Builder lastUpdatedAt(Instant 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
GetDomainResponse.Builder name(String 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
GetDomainResponse.Builder portalUrl(String 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.
-
singleSignOn
GetDomainResponse.Builder singleSignOn(SingleSignOn 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
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.Builderavoiding the need to create one manually viaSingleSignOn.builder().When the
Consumercompletes,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:
singleSignOn(SingleSignOn)
-
status
GetDomainResponse.Builder status(String 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:
DomainStatus,DomainStatus
-
status
GetDomainResponse.Builder status(DomainStatus 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:
DomainStatus,DomainStatus
-
tags
GetDomainResponse.Builder tags(Map<String,String> 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.
-
-