Class CfnIntegrationProps.Builder
java.lang.Object
software.amazon.awscdk.services.glue.CfnIntegrationProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIntegrationProps>
- Enclosing interface:
CfnIntegrationProps
@Stability(Stable)
public static final class CfnIntegrationProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIntegrationProps>
A builder for
CfnIntegrationProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadditionalEncryptionContext(Map<String, String> additionalEncryptionContext) Sets the value ofCfnIntegrationProps.getAdditionalEncryptionContext()additionalEncryptionContext(IResolvable additionalEncryptionContext) Sets the value ofCfnIntegrationProps.getAdditionalEncryptionContext()build()Builds the configured instance.dataFilter(String dataFilter) Sets the value ofCfnIntegrationProps.getDataFilter()description(String description) Sets the value ofCfnIntegrationProps.getDescription()integrationConfig(IResolvable integrationConfig) Sets the value ofCfnIntegrationProps.getIntegrationConfig()integrationConfig(CfnIntegration.IntegrationConfigProperty integrationConfig) Sets the value ofCfnIntegrationProps.getIntegrationConfig()integrationName(String integrationName) Sets the value ofCfnIntegrationProps.getIntegrationName()Sets the value ofCfnIntegrationProps.getKmsKeyId()Sets the value ofCfnIntegrationProps.getSourceArn()Sets the value ofCfnIntegrationProps.getTags()Sets the value ofCfnIntegrationProps.getTargetArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
integrationName
Sets the value ofCfnIntegrationProps.getIntegrationName()- Parameters:
integrationName- A unique name for the integration. This parameter is required.- Returns:
this
-
sourceArn
Sets the value ofCfnIntegrationProps.getSourceArn()- Parameters:
sourceArn- The ARN for the source of the integration. This parameter is required.- Returns:
this
-
targetArn
Sets the value ofCfnIntegrationProps.getTargetArn()- Parameters:
targetArn- The ARN for the target of the integration. This parameter is required.- Returns:
this
-
additionalEncryptionContext
@Stability(Stable) public CfnIntegrationProps.Builder additionalEncryptionContext(Map<String, String> additionalEncryptionContext) Sets the value ofCfnIntegrationProps.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 CfnIntegrationProps.Builder additionalEncryptionContext(IResolvable additionalEncryptionContext) Sets the value ofCfnIntegrationProps.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 ofCfnIntegrationProps.getDataFilter()- Parameters:
dataFilter- Selects source tables for the integration using Maxwell filter syntax.- Returns:
this
-
description
Sets the value ofCfnIntegrationProps.getDescription()- Parameters:
description- A description for the integration.- Returns:
this
-
integrationConfig
@Stability(Stable) public CfnIntegrationProps.Builder integrationConfig(IResolvable integrationConfig) Sets the value ofCfnIntegrationProps.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 CfnIntegrationProps.Builder integrationConfig(CfnIntegration.IntegrationConfigProperty integrationConfig) Sets the value ofCfnIntegrationProps.getIntegrationConfig()- Parameters:
integrationConfig- The structure used to define properties associated with the zero-ETL integration. For more information, see IntegrationConfig structure.- Returns:
this
-
kmsKeyId
Sets the value ofCfnIntegrationProps.getKmsKeyId()- Parameters:
kmsKeyId- The ARN of a KMS key used for encrypting the channel.- Returns:
this
-
tags
Sets the value ofCfnIntegrationProps.getTags()- Parameters:
tags- Metadata assigned to the resource consisting of a list of key-value pairs.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIntegrationProps>- Returns:
- a new instance of
CfnIntegrationProps - Throws:
NullPointerException- if any required attribute was not provided
-