public static interface PutIntegrationRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<PutIntegrationRequest.Builder,PutIntegrationRequest>
| Modifier and Type | Method and Description |
|---|---|
PutIntegrationRequest.Builder |
domainName(String domainName)
The unique name of the domain.
|
default PutIntegrationRequest.Builder |
flowDefinition(Consumer<FlowDefinition.Builder> flowDefinition)
The configuration that controls how Customer Profiles retrieves data from the source.
|
PutIntegrationRequest.Builder |
flowDefinition(FlowDefinition flowDefinition)
The configuration that controls how Customer Profiles retrieves data from the source.
|
PutIntegrationRequest.Builder |
objectTypeName(String objectTypeName)
The name of the profile object type.
|
PutIntegrationRequest.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. |
PutIntegrationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutIntegrationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutIntegrationRequest.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
PutIntegrationRequest.Builder |
uri(String uri)
The URI of the S3 bucket or any other type of data source.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutIntegrationRequest.Builder domainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.PutIntegrationRequest.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.PutIntegrationRequest.Builder objectTypeName(String objectTypeName)
The name of the profile object type.
objectTypeName - The name of the profile object type.PutIntegrationRequest.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.PutIntegrationRequest.Builder flowDefinition(FlowDefinition flowDefinition)
The configuration that controls how Customer Profiles retrieves data from the source.
flowDefinition - The configuration that controls how Customer Profiles retrieves data from the source.default PutIntegrationRequest.Builder flowDefinition(Consumer<FlowDefinition.Builder> flowDefinition)
The configuration that controls how Customer Profiles retrieves data from the source.
This is a convenience method that creates an instance of theFlowDefinition.Builder avoiding the need
to create one manually via FlowDefinition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to flowDefinition(FlowDefinition).flowDefinition - a consumer that will call methods on FlowDefinition.BuilderflowDefinition(FlowDefinition)PutIntegrationRequest.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.PutIntegrationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutIntegrationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.