public static interface GetIntegrationResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<GetIntegrationResponse.Builder,GetIntegrationResponse>
| Modifier and Type | Method and Description |
|---|---|
GetIntegrationResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when the domain was created.
|
GetIntegrationResponse.Builder |
domainName(String domainName)
The unique name of the domain.
|
GetIntegrationResponse.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of when the domain was most recently edited.
|
GetIntegrationResponse.Builder |
objectTypeName(String objectTypeName)
The name of the profile object type.
|
GetIntegrationResponse.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. |
GetIntegrationResponse.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
GetIntegrationResponse.Builder |
uri(String uri)
The URI of the S3 bucket or any other type of data source.
|
GetIntegrationResponse.Builder |
workflowId(String workflowId)
Unique identifier for the workflow.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetIntegrationResponse.Builder domainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.GetIntegrationResponse.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.GetIntegrationResponse.Builder objectTypeName(String objectTypeName)
The name of the profile object type.
objectTypeName - The name of the profile object type.GetIntegrationResponse.Builder createdAt(Instant createdAt)
The timestamp of when the domain was created.
createdAt - The timestamp of when the domain was created.GetIntegrationResponse.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.GetIntegrationResponse.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.GetIntegrationResponse.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.GetIntegrationResponse.Builder workflowId(String workflowId)
Unique identifier for the workflow.
workflowId - Unique identifier for the workflow.Copyright © 2022. All rights reserved.