public static interface CreateIntegrationRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<CreateIntegrationRequest.Builder,CreateIntegrationRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateIntegrationRequest.Builder |
additionalEncryptionContext(Map<String,String> additionalEncryptionContext)
An optional set of non-secret key–value pairs that contains additional contextual information about the data.
|
CreateIntegrationRequest.Builder |
integrationName(String integrationName)
The name of the integration.
|
CreateIntegrationRequest.Builder |
kmsKeyId(String kmsKeyId)
The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key to use to
encrypt the integration.
|
CreateIntegrationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateIntegrationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateIntegrationRequest.Builder |
sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the Aurora DB cluster to use as the source for replication.
|
CreateIntegrationRequest.Builder |
tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
CreateIntegrationRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Sets the value of the Tags property for this object.
|
CreateIntegrationRequest.Builder |
tags(Tag... tags)
Sets the value of the Tags property for this object.
|
CreateIntegrationRequest.Builder |
targetArn(String targetArn)
The ARN of the Redshift data warehouse to use as the target for replication.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateIntegrationRequest.Builder sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the Aurora DB cluster to use as the source for replication.
sourceArn - The Amazon Resource Name (ARN) of the Aurora DB cluster to use as the source for replication.CreateIntegrationRequest.Builder targetArn(String targetArn)
The ARN of the Redshift data warehouse to use as the target for replication.
targetArn - The ARN of the Redshift data warehouse to use as the target for replication.CreateIntegrationRequest.Builder integrationName(String integrationName)
The name of the integration.
integrationName - The name of the integration.CreateIntegrationRequest.Builder kmsKeyId(String kmsKeyId)
The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key to use to encrypt the integration. If you don't specify an encryption key, Aurora uses a default Amazon Web Services owned key.
kmsKeyId - The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key to
use to encrypt the integration. If you don't specify an encryption key, Aurora uses a default Amazon
Web Services owned key.CreateIntegrationRequest.Builder additionalEncryptionContext(Map<String,String> additionalEncryptionContext)
An optional set of non-secret key–value pairs that contains additional contextual information about the data. For more information, see Encryption context in the Amazon Web Services Key Management Service Developer Guide.
You can only include this parameter if you specify the KMSKeyId parameter.
additionalEncryptionContext - An optional set of non-secret key–value pairs that contains additional contextual information about
the data. For more information, see Encryption
context in the Amazon Web Services Key Management Service Developer Guide.
You can only include this parameter if you specify the KMSKeyId parameter.
CreateIntegrationRequest.Builder tags(Collection<Tag> tags)
tags - The new value for the Tags property for this object.CreateIntegrationRequest.Builder tags(Tag... tags)
tags - The new value for the Tags property for this object.CreateIntegrationRequest.Builder tags(Consumer<Tag.Builder>... tags)
Tag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) CreateIntegrationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateIntegrationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.