Class CfnIntegration.Builder
java.lang.Object
software.amazon.awscdk.services.redshift.CfnIntegration.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIntegration>
- Enclosing class:
CfnIntegration
@Stability(Stable)
public static final class CfnIntegration.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIntegration>
A fluent builder for
CfnIntegration
.-
Method Summary
Modifier and TypeMethodDescriptionadditionalEncryptionContext
(Map<String, String> additionalEncryptionContext) The encryption context for the integration.additionalEncryptionContext
(IResolvable additionalEncryptionContext) The encryption context for the integration.build()
static CfnIntegration.Builder
integrationName
(String integrationName) The name of the integration.The AWS Key Management Service ( AWS KMS ) key identifier for the key used to encrypt the integration.The Amazon Resource Name (ARN) of the database used as the source for replication.The list of tags associated with the integration.The Amazon Resource Name (ARN) of the Amazon Redshift data warehouse to use as the target for replication.
-
Method Details
-
create
@Stability(Stable) public static CfnIntegration.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnIntegration.Builder
.
-
sourceArn
The Amazon Resource Name (ARN) of the database used as the source for replication.- Parameters:
sourceArn
- The Amazon Resource Name (ARN) of the database used as the source for replication. This parameter is required.- Returns:
this
- See Also:
-
targetArn
The Amazon Resource Name (ARN) of the Amazon Redshift data warehouse to use as the target for replication.- Parameters:
targetArn
- The Amazon Resource Name (ARN) of the Amazon Redshift data warehouse to use as the target for replication. This parameter is required.- Returns:
this
- See Also:
-
additionalEncryptionContext
@Stability(Stable) public CfnIntegration.Builder additionalEncryptionContext(IResolvable additionalEncryptionContext) The encryption context for the integration.For more information, see Encryption context in the AWS Key Management Service Developer Guide .
- Parameters:
additionalEncryptionContext
- The encryption context for the integration. This parameter is required.- Returns:
this
- See Also:
-
additionalEncryptionContext
@Stability(Stable) public CfnIntegration.Builder additionalEncryptionContext(Map<String, String> additionalEncryptionContext) The encryption context for the integration.For more information, see Encryption context in the AWS Key Management Service Developer Guide .
- Parameters:
additionalEncryptionContext
- The encryption context for the integration. This parameter is required.- Returns:
this
- See Also:
-
integrationName
The name of the integration.- Parameters:
integrationName
- The name of the integration. This parameter is required.- Returns:
this
- See Also:
-
kmsKeyId
The AWS Key Management Service ( AWS KMS ) key identifier for the key used to encrypt the integration.- Parameters:
kmsKeyId
- The AWS Key Management Service ( AWS KMS ) key identifier for the key used to encrypt the integration. This parameter is required.- Returns:
this
- See Also:
-
tags
The list of tags associated with the integration.- Parameters:
tags
- The list of tags associated with the integration. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnIntegration>
- Returns:
- a newly built instance of
CfnIntegration
.
-