Interface PutIntegrationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutIntegrationRequest.Builder,PutIntegrationRequest>,CustomerProfilesRequest.Builder,SdkBuilder<PutIntegrationRequest.Builder,PutIntegrationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutIntegrationRequest
public static interface PutIntegrationRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<PutIntegrationRequest.Builder,PutIntegrationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description PutIntegrationRequest.BuilderdomainName(String domainName)The unique name of the domain.default PutIntegrationRequest.BuilderflowDefinition(Consumer<FlowDefinition.Builder> flowDefinition)The configuration that controls how Customer Profiles retrieves data from the source.PutIntegrationRequest.BuilderflowDefinition(FlowDefinition flowDefinition)The configuration that controls how Customer Profiles retrieves data from the source.PutIntegrationRequest.BuilderobjectTypeName(String objectTypeName)The name of the profile object type.PutIntegrationRequest.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.PutIntegrationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutIntegrationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutIntegrationRequest.Buildertags(Map<String,String> tags)The tags used to organize, track, or control access for this resource.PutIntegrationRequest.Builderuri(String uri)The URI of the S3 bucket or any other type of data source.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesRequest.Builder
build
-
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
PutIntegrationRequest.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
PutIntegrationRequest.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
PutIntegrationRequest.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.
-
tags
PutIntegrationRequest.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.
-
flowDefinition
PutIntegrationRequest.Builder flowDefinition(FlowDefinition flowDefinition)
The configuration that controls how Customer Profiles retrieves data from the source.
- Parameters:
flowDefinition- The configuration that controls how Customer Profiles retrieves data from the source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowDefinition
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.Builderavoiding the need to create one manually viaFlowDefinition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toflowDefinition(FlowDefinition).- Parameters:
flowDefinition- a consumer that will call methods onFlowDefinition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
flowDefinition(FlowDefinition)
-
objectTypeNames
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, 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.
-
overrideConfiguration
PutIntegrationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutIntegrationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-