Class CfnIntegrationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.glue.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.dataFilter(String dataFilter) Sets the value ofCfnIntegrationMixinProps.getDataFilter()description(String description) Sets the value ofCfnIntegrationMixinProps.getDescription()integrationConfig(CfnIntegrationPropsMixin.IntegrationConfigProperty integrationConfig) Sets the value ofCfnIntegrationMixinProps.getIntegrationConfig()integrationConfig(IResolvable integrationConfig) Sets the value ofCfnIntegrationMixinProps.getIntegrationConfig()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- An optional set of non-secret key–value pairs that contains additional contextual information for encryption. This can only be provided ifKMSKeyIdis provided.- Returns:
this
-
additionalEncryptionContext
@Stability(Stable) public CfnIntegrationMixinProps.Builder additionalEncryptionContext(IResolvable additionalEncryptionContext) Sets the value ofCfnIntegrationMixinProps.getAdditionalEncryptionContext()- Parameters:
additionalEncryptionContext- An optional set of non-secret key–value pairs that contains additional contextual information for encryption. This can only be provided ifKMSKeyIdis provided.- Returns:
this
-
dataFilter
Sets the value ofCfnIntegrationMixinProps.getDataFilter()- Parameters:
dataFilter- Selects source tables for the integration using Maxwell filter syntax.- Returns:
this
-
description
Sets the value ofCfnIntegrationMixinProps.getDescription()- Parameters:
description- A description for the integration.- Returns:
this
-
integrationConfig
@Stability(Stable) public CfnIntegrationMixinProps.Builder integrationConfig(IResolvable integrationConfig) Sets the value ofCfnIntegrationMixinProps.getIntegrationConfig()- Parameters:
integrationConfig- The structure used to define properties associated with the zero-ETL integration. For more information, see IntegrationConfig structure.- Returns:
this
-
integrationConfig
@Stability(Stable) public CfnIntegrationMixinProps.Builder integrationConfig(CfnIntegrationPropsMixin.IntegrationConfigProperty integrationConfig) Sets the value ofCfnIntegrationMixinProps.getIntegrationConfig()- Parameters:
integrationConfig- The structure used to define properties associated with the zero-ETL integration. For more information, see IntegrationConfig structure.- Returns:
this
-
integrationName
Sets the value ofCfnIntegrationMixinProps.getIntegrationName()- Parameters:
integrationName- A unique name for the integration.- Returns:
this
-
kmsKeyId
Sets the value ofCfnIntegrationMixinProps.getKmsKeyId()- Parameters:
kmsKeyId- The ARN of a KMS key used for encrypting the channel.- Returns:
this
-
sourceArn
Sets the value ofCfnIntegrationMixinProps.getSourceArn()- Parameters:
sourceArn- The ARN for the source of the integration.- Returns:
this
-
tags
Sets the value ofCfnIntegrationMixinProps.getTags()- Parameters:
tags- Metadata assigned to the resource consisting of a list of key-value pairs.- Returns:
this
-
targetArn
Sets the value ofCfnIntegrationMixinProps.getTargetArn()- Parameters:
targetArn- The ARN for the target of the integration.- 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
-