Interface ListDomainItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ListDomainItem.Builder,
,ListDomainItem> SdkBuilder<ListDomainItem.Builder,
,ListDomainItem> SdkPojo
- Enclosing class:
ListDomainItem
@Mutable
@NotThreadSafe
public static interface ListDomainItem.Builder
extends SdkPojo, CopyableBuilder<ListDomainItem.Builder,ListDomainItem>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp of when the domain was created.domainName
(String domainName) The unique name of the domain.lastUpdatedAt
(Instant lastUpdatedAt) The timestamp of when the domain was most recently edited.The tags used to organize, track, or control access for this resource.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
-
domainName
The unique name of the domain.
- Parameters:
domainName
- The unique name of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp of when the domain was created.
- Parameters:
createdAt
- The timestamp of when the domain was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
The timestamp of when the domain was most recently edited.
- Parameters:
lastUpdatedAt
- The timestamp of when the domain was most recently edited.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags used to organize, track, or control access for this resource.
- Parameters:
tags
- The tags used to organize, track, or control access for this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-