public static interface DomainSummary.Builder extends SdkPojo, CopyableBuilder<DomainSummary.Builder,DomainSummary>
| Modifier and Type | Method and Description |
|---|---|
DomainSummary.Builder |
arn(String arn)
The ARN of the Amazon DataZone domain.
|
DomainSummary.Builder |
createdAt(Instant createdAt)
A timestamp of when a Amazon DataZone domain was created.
|
DomainSummary.Builder |
description(String description)
A description of an Amazon DataZone domain.
|
DomainSummary.Builder |
id(String id)
The ID of the Amazon DataZone domain.
|
DomainSummary.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
A timestamp of when a Amazon DataZone domain was last updated.
|
DomainSummary.Builder |
managedAccountId(String managedAccountId)
The identifier of the Amazon Web Services account that manages the domain.
|
DomainSummary.Builder |
name(String name)
A name of an Amazon DataZone domain.
|
DomainSummary.Builder |
portalUrl(String portalUrl)
The data portal URL for the Amazon DataZone domain.
|
DomainSummary.Builder |
status(DomainStatus status)
The status of the Amazon DataZone domain.
|
DomainSummary.Builder |
status(String status)
The status of the Amazon DataZone domain.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDomainSummary.Builder arn(String arn)
The ARN of the Amazon DataZone domain.
arn - The ARN of the Amazon DataZone domain.DomainSummary.Builder createdAt(Instant createdAt)
A timestamp of when a Amazon DataZone domain was created.
createdAt - A timestamp of when a Amazon DataZone domain was created.DomainSummary.Builder description(String description)
A description of an Amazon DataZone domain.
description - A description of an Amazon DataZone domain.DomainSummary.Builder id(String id)
The ID of the Amazon DataZone domain.
id - The ID of the Amazon DataZone domain.DomainSummary.Builder lastUpdatedAt(Instant lastUpdatedAt)
A timestamp of when a Amazon DataZone domain was last updated.
lastUpdatedAt - A timestamp of when a Amazon DataZone domain was last updated.DomainSummary.Builder managedAccountId(String managedAccountId)
The identifier of the Amazon Web Services account that manages the domain.
managedAccountId - The identifier of the Amazon Web Services account that manages the domain.DomainSummary.Builder name(String name)
A name of an Amazon DataZone domain.
name - A name of an Amazon DataZone domain.DomainSummary.Builder portalUrl(String portalUrl)
The data portal URL for the Amazon DataZone domain.
portalUrl - The data portal URL for the Amazon DataZone domain.DomainSummary.Builder status(String status)
The status of the Amazon DataZone domain.
status - The status of the Amazon DataZone domain.DomainStatus,
DomainStatusDomainSummary.Builder status(DomainStatus status)
The status of the Amazon DataZone domain.
status - The status of the Amazon DataZone domain.DomainStatus,
DomainStatusCopyright © 2023. All rights reserved.