public static interface ListDomainItem.Builder extends SdkPojo, CopyableBuilder<ListDomainItem.Builder,ListDomainItem>
| Modifier and Type | Method and Description |
|---|---|
ListDomainItem.Builder |
createdAt(Instant createdAt)
The timestamp of when the domain was created.
|
ListDomainItem.Builder |
domainName(String domainName)
The unique name of the domain.
|
ListDomainItem.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of when the domain was most recently edited.
|
ListDomainItem.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListDomainItem.Builder domainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.ListDomainItem.Builder createdAt(Instant createdAt)
The timestamp of when the domain was created.
createdAt - The timestamp of when the domain was created.ListDomainItem.Builder lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of when the domain was most recently edited.
lastUpdatedAt - The timestamp of when the domain was most recently edited.ListDomainItem.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags - The tags used to organize, track, or control access for this resource.Copyright © 2021. All rights reserved.