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
Modifier and TypeMethodDescriptioncreatedTime
(Instant createdTime) The time that the domain was created.displayName
(String displayName) The name to display.domainName
(String domainName) The name of the domain.domainStatus
(String domainStatus) The status of the domain.domainStatus
(DomainStatus domainStatus) The status of the 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 Details
-
domainName
The name of the domain.
- Parameters:
domainName
- The name of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The name to display.
- Parameters:
displayName
- The name to display.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
The time that the domain was created.
- Parameters:
createdTime
- The time that the domain was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainStatus
The status of the domain.
- Parameters:
domainStatus
- The status of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
domainStatus
The status of the domain.
- Parameters:
domainStatus
- The status of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-