Class CfnIntegrationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.redshift.CfnIntegrationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIntegrationMixinProps>
- Enclosing interface:
CfnIntegrationMixinProps
@Stability(Stable)
public static final class CfnIntegrationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIntegrationMixinProps>
A builder for
CfnIntegrationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadditionalEncryptionContext(Map<String, String> additionalEncryptionContext) Sets the value ofCfnIntegrationMixinProps.getAdditionalEncryptionContext()additionalEncryptionContext(IResolvable additionalEncryptionContext) Sets the value ofCfnIntegrationMixinProps.getAdditionalEncryptionContext()build()Builds the configured instance.integrationName(String integrationName) Sets the value ofCfnIntegrationMixinProps.getIntegrationName()Sets the value ofCfnIntegrationMixinProps.getKmsKeyId()Sets the value ofCfnIntegrationMixinProps.getSourceArn()Sets the value ofCfnIntegrationMixinProps.getTags()Sets the value ofCfnIntegrationMixinProps.getTargetArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
additionalEncryptionContext
@Stability(Stable) public CfnIntegrationMixinProps.Builder additionalEncryptionContext(Map<String, String> additionalEncryptionContext) Sets the value ofCfnIntegrationMixinProps.getAdditionalEncryptionContext()- Parameters:
additionalEncryptionContext- The encryption context for the integration. For more information, see Encryption context in the AWS Key Management Service Developer Guide .- Returns:
this
-
additionalEncryptionContext
@Stability(Stable) public CfnIntegrationMixinProps.Builder additionalEncryptionContext(IResolvable additionalEncryptionContext) Sets the value ofCfnIntegrationMixinProps.getAdditionalEncryptionContext()- Parameters:
additionalEncryptionContext- The encryption context for the integration. For more information, see Encryption context in the AWS Key Management Service Developer Guide .- Returns:
this
-
integrationName
Sets the value ofCfnIntegrationMixinProps.getIntegrationName()- Parameters:
integrationName- The name of the integration.- Returns:
this
-
kmsKeyId
Sets the value ofCfnIntegrationMixinProps.getKmsKeyId()- Parameters:
kmsKeyId- The AWS Key Management Service ( AWS KMS) key identifier for the key used to encrypt the integration.- Returns:
this
-
sourceArn
Sets the value ofCfnIntegrationMixinProps.getSourceArn()- Parameters:
sourceArn- The Amazon Resource Name (ARN) of the database used as the source for replication.- Returns:
this
-
tags
Sets the value ofCfnIntegrationMixinProps.getTags()- Parameters:
tags- The list of tags associated with the integration.- Returns:
this
-
targetArn
Sets the value ofCfnIntegrationMixinProps.getTargetArn()- Parameters:
targetArn- The Amazon Resource Name (ARN) of the Amazon Redshift data warehouse to use as the target for replication.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIntegrationMixinProps>- Returns:
- a new instance of
CfnIntegrationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-