Interface ListDomainItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListDomainItem.Builder,ListDomainItem>,SdkBuilder<ListDomainItem.Builder,ListDomainItem>,SdkPojo
- Enclosing class:
- ListDomainItem
public static interface ListDomainItem.Builder extends SdkPojo, CopyableBuilder<ListDomainItem.Builder,ListDomainItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDomainItem.BuildercreatedAt(Instant createdAt)The timestamp of when the domain was created.ListDomainItem.BuilderdomainName(String domainName)The unique name of the domain.ListDomainItem.BuilderlastUpdatedAt(Instant lastUpdatedAt)The timestamp of when the domain was most recently edited.ListDomainItem.Buildertags(Map<String,String> tags)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, sdkFields
-
-
-
-
Method Detail
-
domainName
ListDomainItem.Builder domainName(String 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
ListDomainItem.Builder createdAt(Instant 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
ListDomainItem.Builder lastUpdatedAt(Instant 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
ListDomainItem.Builder tags(Map<String,String> 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.
-
-