Interface CreateDomainResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateDomainResponse.Builder,CreateDomainResponse>,DataZoneResponse.Builder,SdkBuilder<CreateDomainResponse.Builder,CreateDomainResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateDomainResponse
public static interface CreateDomainResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<CreateDomainResponse.Builder,CreateDomainResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateDomainResponse.Builderarn(String arn)The ARN of the Amazon DataZone domain.CreateDomainResponse.Builderdescription(String description)The description of the Amazon DataZone domain.CreateDomainResponse.BuilderdomainExecutionRole(String domainExecutionRole)The domain execution role that is created when an Amazon DataZone domain is created.CreateDomainResponse.Builderid(String id)The identifier of the Amazon DataZone domain.CreateDomainResponse.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.CreateDomainResponse.Buildername(String name)The name of the Amazon DataZone domain.CreateDomainResponse.BuilderportalUrl(String portalUrl)The URL of the data portal for this Amazon DataZone domain.default CreateDomainResponse.BuildersingleSignOn(Consumer<SingleSignOn.Builder> singleSignOn)The single-sign on configuration of the Amazon DataZone domain.CreateDomainResponse.BuildersingleSignOn(SingleSignOn singleSignOn)The single-sign on configuration of the Amazon DataZone domain.CreateDomainResponse.Builderstatus(String status)The status of the Amazon DataZone domain.CreateDomainResponse.Builderstatus(DomainStatus status)The status of the Amazon DataZone domain.CreateDomainResponse.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
CreateDomainResponse.Builder arn(String arn)
The ARN of the Amazon DataZone domain.
- Parameters:
arn- The ARN of the Amazon DataZone domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateDomainResponse.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
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
CreateDomainResponse.Builder id(String id)
The identifier of the Amazon DataZone domain.
- Parameters:
id- The identifier of the Amazon DataZone domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyIdentifier
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.
- 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.
-
name
CreateDomainResponse.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
CreateDomainResponse.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
CreateDomainResponse.Builder singleSignOn(SingleSignOn singleSignOn)
The single-sign on configuration of the Amazon DataZone domain.
- Parameters:
singleSignOn- The single-sign on configuration of the Amazon DataZone domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
singleSignOn
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.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
CreateDomainResponse.Builder status(String status)
The status of the Amazon DataZone domain.
- Parameters:
status- The status of the Amazon DataZone domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DomainStatus,DomainStatus
-
status
CreateDomainResponse.Builder status(DomainStatus status)
The status of the Amazon DataZone domain.
- Parameters:
status- The status of the Amazon DataZone domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DomainStatus,DomainStatus
-
tags
CreateDomainResponse.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.
-
-