public static interface PutIntegrationResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<PutIntegrationResponse.Builder,PutIntegrationResponse>
| Modifier and Type | Method and Description |
|---|---|
PutIntegrationResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when the domain was created.
|
PutIntegrationResponse.Builder |
domainName(String domainName)
The unique name of the domain.
|
PutIntegrationResponse.Builder |
isUnstructured(Boolean isUnstructured)
Boolean to indicate if the Flow associated with the Integration is created via Appflow console or with
ObjectTypeName equals _unstructured via API/CLI in flowDefinition
|
PutIntegrationResponse.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of when the domain was most recently edited.
|
PutIntegrationResponse.Builder |
objectTypeName(String objectTypeName)
The name of the profile object type.
|
PutIntegrationResponse.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. |
PutIntegrationResponse.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
PutIntegrationResponse.Builder |
uri(String uri)
The URI of the S3 bucket or any other type of data source.
|
PutIntegrationResponse.Builder |
workflowId(String workflowId)
Unique identifier for the workflow.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutIntegrationResponse.Builder domainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.PutIntegrationResponse.Builder uri(String uri)
The URI of the S3 bucket or any other type of data source.
uri - The URI of the S3 bucket or any other type of data source.PutIntegrationResponse.Builder objectTypeName(String objectTypeName)
The name of the profile object type.
objectTypeName - The name of the profile object type.PutIntegrationResponse.Builder createdAt(Instant createdAt)
The timestamp of when the domain was created.
createdAt - The timestamp of when the domain was created.PutIntegrationResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of when the domain was most recently edited.
lastUpdatedAt - The timestamp of when the domain was most recently edited.PutIntegrationResponse.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags - The tags used to organize, track, or control access for this resource.PutIntegrationResponse.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, and ShopifyUpdatedOrders.
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, and
ShopifyUpdatedOrders.PutIntegrationResponse.Builder workflowId(String workflowId)
Unique identifier for the workflow.
workflowId - Unique identifier for the workflow.PutIntegrationResponse.Builder isUnstructured(Boolean isUnstructured)
Boolean to indicate if the Flow associated with the Integration is created via Appflow console or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition
isUnstructured - Boolean to indicate if the Flow associated with the Integration is created via Appflow console or with
ObjectTypeName equals _unstructured via API/CLI in flowDefinitionCopyright © 2022. All rights reserved.