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 timestamp when the Domain was created.The unique identifier of the Domain.status(DomainStatus status) Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
domainId
The unique identifier of the Domain.
- Parameters:
domainId- The unique identifier of the Domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
- Parameters:
arn-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
- Parameters:
name-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
- Parameters:
status-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
- Parameters:
status-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The timestamp when the Domain was created.
- Parameters:
createdAt- The timestamp when the Domain was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-