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 |
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 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutIntegrationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.