| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles |
|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and 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 PutIntegrationResponse |
CustomerProfilesClient.putIntegration(Consumer<PutIntegrationRequest.Builder> putIntegrationRequest)
Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon
Connect.
|
| Modifier and Type | Method and Description |
|---|---|
static PutIntegrationRequest.Builder |
PutIntegrationRequest.builder() |
PutIntegrationRequest.Builder |
PutIntegrationRequest.Builder.domainName(String domainName)
The unique name of the domain.
|
default PutIntegrationRequest.Builder |
PutIntegrationRequest.Builder.flowDefinition(Consumer<FlowDefinition.Builder> flowDefinition)
The configuration that controls how Customer Profiles retrieves data from the source.
|
PutIntegrationRequest.Builder |
PutIntegrationRequest.Builder.flowDefinition(FlowDefinition flowDefinition)
The configuration that controls how Customer Profiles retrieves data from the source.
|
PutIntegrationRequest.Builder |
PutIntegrationRequest.Builder.objectTypeName(String objectTypeName)
The name of the profile object type.
|
PutIntegrationRequest.Builder |
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 |
PutIntegrationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutIntegrationRequest.Builder |
PutIntegrationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutIntegrationRequest.Builder |
PutIntegrationRequest.Builder.tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
PutIntegrationRequest.Builder |
PutIntegrationRequest.toBuilder() |
PutIntegrationRequest.Builder |
PutIntegrationRequest.Builder.uri(String uri)
The URI of the S3 bucket or any other type of data source.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutIntegrationRequest.Builder> |
PutIntegrationRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.