Interface DomainSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DomainSummary.Builder,DomainSummary>,SdkBuilder<DomainSummary.Builder,DomainSummary>,SdkPojo
- Enclosing class:
- DomainSummary
public static interface DomainSummary.Builder extends SdkPojo, CopyableBuilder<DomainSummary.Builder,DomainSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DomainSummary.Builderarn(String arn)The ARN of the Amazon DataZone domain.DomainSummary.BuildercreatedAt(Instant createdAt)A timestamp of when a Amazon DataZone domain was created.DomainSummary.Builderdescription(String description)A description of an Amazon DataZone domain.DomainSummary.Builderid(String id)The ID of the Amazon DataZone domain.DomainSummary.BuilderlastUpdatedAt(Instant lastUpdatedAt)A timestamp of when a Amazon DataZone domain was last updated.DomainSummary.BuildermanagedAccountId(String managedAccountId)The identifier of the Amazon Web Services account that manages the domain.DomainSummary.Buildername(String name)A name of an Amazon DataZone domain.DomainSummary.BuilderportalUrl(String portalUrl)The data portal URL for the Amazon DataZone domain.DomainSummary.Builderstatus(String status)The status of the Amazon DataZone domain.DomainSummary.Builderstatus(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, sdkFields
-
-
-
-
Method Detail
-
arn
DomainSummary.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.
-
createdAt
DomainSummary.Builder createdAt(Instant 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
DomainSummary.Builder description(String 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.
-
id
DomainSummary.Builder id(String 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
DomainSummary.Builder lastUpdatedAt(Instant 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
DomainSummary.Builder managedAccountId(String 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
DomainSummary.Builder name(String 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
DomainSummary.Builder portalUrl(String 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
DomainSummary.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
DomainSummary.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
-
-