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.isUnstructured(Boolean isUnstructured) |
Boolean that shows if the Flow that's associated with the Integration is created in Amazon Appflow, or with
ObjectTypeName equals _unstructured via API/CLI in flowDefinition.
|
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.
|