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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
PutIntegrationRequest.Builder |
PutIntegrationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
PutIntegrationRequest.Builder |
PutIntegrationRequest.Builder.roleArn(String roleArn) |
The Amazon Resource Name (ARN) of the IAM role.
|
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.
|