Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.PutIntegrationRequest.Builder
-
Packages that use PutIntegrationRequest.Builder Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.model -
-
Uses of PutIntegrationRequest.Builder in software.amazon.awssdk.services.customerprofiles
Method parameters in software.amazon.awssdk.services.customerprofiles with type arguments of type PutIntegrationRequest.Builder Modifier and Type Method Description default CompletableFuture<PutIntegrationResponse>CustomerProfilesAsyncClient. putIntegration(Consumer<PutIntegrationRequest.Builder> putIntegrationRequest)Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon Connect.default PutIntegrationResponseCustomerProfilesClient. putIntegration(Consumer<PutIntegrationRequest.Builder> putIntegrationRequest)Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon Connect. -
Uses of PutIntegrationRequest.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return PutIntegrationRequest.Builder Modifier and Type Method Description static PutIntegrationRequest.BuilderPutIntegrationRequest. builder()PutIntegrationRequest.BuilderPutIntegrationRequest.Builder. domainName(String domainName)The unique name of the domain.default PutIntegrationRequest.BuilderPutIntegrationRequest.Builder. flowDefinition(Consumer<FlowDefinition.Builder> flowDefinition)The configuration that controls how Customer Profiles retrieves data from the source.PutIntegrationRequest.BuilderPutIntegrationRequest.Builder. flowDefinition(FlowDefinition flowDefinition)The configuration that controls how Customer Profiles retrieves data from the source.PutIntegrationRequest.BuilderPutIntegrationRequest.Builder. objectTypeName(String objectTypeName)The name of the profile object type.PutIntegrationRequest.BuilderPutIntegrationRequest.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 anObjectTypeName(template) used to ingest the event.PutIntegrationRequest.BuilderPutIntegrationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutIntegrationRequest.BuilderPutIntegrationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutIntegrationRequest.BuilderPutIntegrationRequest.Builder. tags(Map<String,String> tags)The tags used to organize, track, or control access for this resource.PutIntegrationRequest.BuilderPutIntegrationRequest. toBuilder()PutIntegrationRequest.BuilderPutIntegrationRequest.Builder. uri(String uri)The URI of the S3 bucket or any other type of data source.Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type PutIntegrationRequest.Builder Modifier and Type Method Description static Class<? extends PutIntegrationRequest.Builder>PutIntegrationRequest. serializableBuilderClass()
-