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 Amazon Resource Name (ARN) that identifies the domain.createTime
(Instant createTime) The time when the domain was created.description
(String description) The description of the domain.lastUpdateTime
(Instant lastUpdateTime) The time when the domain was most recently updated.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
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.
-
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.
-
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.
-
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.
-