| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
CreateDomainResponse.Builder |
CreateDomainResponse.Builder.arn(String arn)
The ARN of the Amazon DataZone domain.
|
static CreateDomainResponse.Builder |
CreateDomainResponse.builder() |
CreateDomainResponse.Builder |
CreateDomainResponse.Builder.description(String description)
The description of the Amazon DataZone domain.
|
CreateDomainResponse.Builder |
CreateDomainResponse.Builder.domainExecutionRole(String domainExecutionRole)
The domain execution role that is created when an Amazon DataZone domain is created.
|
CreateDomainResponse.Builder |
CreateDomainResponse.Builder.id(String id)
The identifier of the Amazon DataZone domain.
|
CreateDomainResponse.Builder |
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.
|
CreateDomainResponse.Builder |
CreateDomainResponse.Builder.name(String name)
The name of the Amazon DataZone domain.
|
CreateDomainResponse.Builder |
CreateDomainResponse.Builder.portalUrl(String portalUrl)
The URL of the data portal for this Amazon DataZone domain.
|
default CreateDomainResponse.Builder |
CreateDomainResponse.Builder.singleSignOn(Consumer<SingleSignOn.Builder> singleSignOn)
The single-sign on configuration of the Amazon DataZone domain.
|
CreateDomainResponse.Builder |
CreateDomainResponse.Builder.singleSignOn(SingleSignOn singleSignOn)
The single-sign on configuration of the Amazon DataZone domain.
|
CreateDomainResponse.Builder |
CreateDomainResponse.Builder.status(DomainStatus status)
The status of the Amazon DataZone domain.
|
CreateDomainResponse.Builder |
CreateDomainResponse.Builder.status(String status)
The status of the Amazon DataZone domain.
|
CreateDomainResponse.Builder |
CreateDomainResponse.Builder.tags(Map<String,String> tags)
The tags specified for the Amazon DataZone domain.
|
CreateDomainResponse.Builder |
CreateDomainResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateDomainResponse.Builder> |
CreateDomainResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.