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.BuildercreatedTime(Instant createdTime)The time that the domain was created.DomainSummary.BuilderdisplayName(String displayName)The name to display.DomainSummary.BuilderdomainName(String domainName)The name of the domain.DomainSummary.BuilderdomainStatus(String domainStatus)The status of the domain.DomainSummary.BuilderdomainStatus(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 Detail
-
domainName
DomainSummary.Builder domainName(String 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
DomainSummary.Builder displayName(String 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
DomainSummary.Builder createdTime(Instant 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
DomainSummary.Builder domainStatus(String 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,DomainStatus
-
domainStatus
DomainSummary.Builder domainStatus(DomainStatus 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,DomainStatus
-
-