| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
static ListDomainItem.Builder |
ListDomainItem.builder() |
ListDomainItem.Builder |
ListDomainItem.Builder.createdAt(Instant createdAt)
The timestamp of when the domain was created.
|
ListDomainItem.Builder |
ListDomainItem.Builder.domainName(String domainName)
The unique name of the domain.
|
ListDomainItem.Builder |
ListDomainItem.Builder.lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of when the domain was most recently edited.
|
ListDomainItem.Builder |
ListDomainItem.Builder.tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
ListDomainItem.Builder |
ListDomainItem.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDomainItem.Builder> |
ListDomainItem.serializableBuilderClass() |
Copyright © 2023. All rights reserved.