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 Amazon Resource Name (ARN) that identifies the domain.DomainSummary.BuildercreateTime(Instant createTime)The time when the domain was created.DomainSummary.Builderdescription(String description)The description of the domain.DomainSummary.BuilderlastUpdateTime(Instant lastUpdateTime)The time when the domain was most recently updated.DomainSummary.Buildername(String name)The name 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
-
arn
DomainSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) that identifies the domain.
- Parameters:
arn- The Amazon Resource Name (ARN) that identifies the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createTime
DomainSummary.Builder createTime(Instant createTime)
The time when the domain was created.
- Parameters:
createTime- The time when the domain was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
DomainSummary.Builder description(String description)
The description of the domain.
- Parameters:
description- The description of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdateTime
DomainSummary.Builder lastUpdateTime(Instant lastUpdateTime)
The time when the domain was most recently updated.
- Parameters:
lastUpdateTime- The time when the domain was most recently updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
DomainSummary.Builder name(String name)
The name of the domain.
- Parameters:
name- The name of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-