| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
static ListIntegrationItem.Builder |
ListIntegrationItem.builder() |
ListIntegrationItem.Builder |
ListIntegrationItem.Builder.createdAt(Instant createdAt)
The timestamp of when the domain was created.
|
ListIntegrationItem.Builder |
ListIntegrationItem.Builder.domainName(String domainName)
The unique name of the domain.
|
ListIntegrationItem.Builder |
ListIntegrationItem.Builder.lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of when the domain was most recently edited.
|
ListIntegrationItem.Builder |
ListIntegrationItem.Builder.objectTypeName(String objectTypeName)
The name of the profile object type.
|
ListIntegrationItem.Builder |
ListIntegrationItem.Builder.tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
ListIntegrationItem.Builder |
ListIntegrationItem.toBuilder() |
ListIntegrationItem.Builder |
ListIntegrationItem.Builder.uri(String uri)
The URI of the S3 bucket or any other type of data source.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListIntegrationItem.Builder> |
ListIntegrationItem.serializableBuilderClass() |
Copyright © 2021. All rights reserved.