Interface DomainSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DomainSummary.Builder,
,DomainSummary> SdkBuilder<DomainSummary.Builder,
,DomainSummary> SdkPojo
- Enclosing class:
DomainSummary
@Mutable
@NotThreadSafe
public static interface DomainSummary.Builder
extends SdkPojo, CopyableBuilder<DomainSummary.Builder,DomainSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the Amazon DataZone domain.A timestamp of when a Amazon DataZone domain was created.description
(String description) A description of an Amazon DataZone domain.domainVersion
(String domainVersion) The domain version.domainVersion
(DomainVersion domainVersion) The domain version.The ID of the Amazon DataZone domain.lastUpdatedAt
(Instant lastUpdatedAt) A timestamp of when a Amazon DataZone domain was last updated.managedAccountId
(String managedAccountId) The identifier of the Amazon Web Services account that manages the domain.A name of an Amazon DataZone domain.The data portal URL for the Amazon DataZone domain.The status of the Amazon DataZone domain.status
(DomainStatus status) The status of the Amazon DataZone domain.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
createdAt
A timestamp of when a Amazon DataZone domain was created.
- Parameters:
createdAt
- A timestamp of when a Amazon DataZone domain was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of an Amazon DataZone domain.
- Parameters:
description
- A description of an Amazon DataZone domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainVersion
The domain version.
- Parameters:
domainVersion
- The domain version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
domainVersion
The domain version.
- Parameters:
domainVersion
- The domain version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
id
The ID of the Amazon DataZone domain.
- Parameters:
id
- The ID of the Amazon DataZone domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
A timestamp of when a Amazon DataZone domain was last updated.
- Parameters:
lastUpdatedAt
- A timestamp of when a Amazon DataZone domain was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedAccountId
The identifier of the Amazon Web Services account that manages the domain.
- Parameters:
managedAccountId
- The identifier of the Amazon Web Services account that manages the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
A name of an Amazon DataZone domain.
- Parameters:
name
- A name of an Amazon DataZone domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portalUrl
The data portal URL for the Amazon DataZone domain.
- Parameters:
portalUrl
- The data portal URL for the Amazon DataZone domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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:
-
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:
-