Interface ListIntegrationItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListIntegrationItem.Builder,ListIntegrationItem>,SdkBuilder<ListIntegrationItem.Builder,ListIntegrationItem>,SdkPojo
- Enclosing class:
- ListIntegrationItem
public static interface ListIntegrationItem.Builder extends SdkPojo, CopyableBuilder<ListIntegrationItem.Builder,ListIntegrationItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListIntegrationItem.BuildercreatedAt(Instant createdAt)The timestamp of when the domain was created.ListIntegrationItem.BuilderdomainName(String domainName)The unique name of the domain.ListIntegrationItem.BuilderisUnstructured(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.BuilderlastUpdatedAt(Instant lastUpdatedAt)The timestamp of when the domain was most recently edited.ListIntegrationItem.BuilderobjectTypeName(String objectTypeName)The name of the profile object type.ListIntegrationItem.BuilderobjectTypeNames(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 anObjectTypeName(template) used to ingest the event.ListIntegrationItem.Buildertags(Map<String,String> tags)The tags used to organize, track, or control access for this resource.ListIntegrationItem.Builderuri(String uri)The URI of the S3 bucket or any other type of data source.ListIntegrationItem.BuilderworkflowId(String workflowId)Unique identifier for the workflow.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
domainName
ListIntegrationItem.Builder domainName(String domainName)
The unique name of the domain.
- Parameters:
domainName- The unique name of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
uri
ListIntegrationItem.Builder uri(String uri)
The URI of the S3 bucket or any other type of data source.
- Parameters:
uri- The URI of the S3 bucket or any other type of data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectTypeName
ListIntegrationItem.Builder objectTypeName(String objectTypeName)
The name of the profile object type.
- Parameters:
objectTypeName- The name of the profile object type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
ListIntegrationItem.Builder createdAt(Instant createdAt)
The timestamp of when the domain was created.
- Parameters:
createdAt- The timestamp of when the domain was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
ListIntegrationItem.Builder lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of when the domain was most recently edited.
- Parameters:
lastUpdatedAt- The timestamp of when the domain was most recently edited.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
ListIntegrationItem.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
- Parameters:
tags- The tags used to organize, track, or control access for this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectTypeNames
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. It supports the following event types:SegmentIdentify,ShopifyCreateCustomers,ShopifyUpdateCustomers,ShopifyCreateDraftOrders,ShopifyUpdateDraftOrders,ShopifyCreateOrders, andShopifyUpdatedOrders.- Parameters:
objectTypeNames- A map in which each key is an event type from an external application such as Segment or Shopify, and each value is anObjectTypeName(template) used to ingest the event. It supports the following event types:SegmentIdentify,ShopifyCreateCustomers,ShopifyUpdateCustomers,ShopifyCreateDraftOrders,ShopifyUpdateDraftOrders,ShopifyCreateOrders, andShopifyUpdatedOrders.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowId
ListIntegrationItem.Builder workflowId(String workflowId)
Unique identifier for the workflow.
- Parameters:
workflowId- Unique identifier for the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isUnstructured
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-