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