| 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.objectTypeNames(Map<String,String> objectTypeNames)
A map in which each key is an event type from an external application such as Segment or Shopify, and each
value is an
ObjectTypeName (template) used to ingest the event. |
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.
|
ListIntegrationItem.Builder |
ListIntegrationItem.Builder.workflowId(String workflowId)
Unique identifier for the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListIntegrationItem.Builder> |
ListIntegrationItem.serializableBuilderClass() |
Copyright © 2022. All rights reserved.