Class CfnDataIntegrationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appintegrations.CfnDataIntegrationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataIntegrationMixinProps>
- Enclosing interface:
CfnDataIntegrationMixinProps
@Stability(Stable)
public static final class CfnDataIntegrationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataIntegrationMixinProps>
A builder for
CfnDataIntegrationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnDataIntegrationMixinProps.getDescription()fileConfiguration(CfnDataIntegrationPropsMixin.FileConfigurationProperty fileConfiguration) Sets the value ofCfnDataIntegrationMixinProps.getFileConfiguration()fileConfiguration(IResolvable fileConfiguration) Sets the value ofCfnDataIntegrationMixinProps.getFileConfiguration()Sets the value ofCfnDataIntegrationMixinProps.getKmsKey()Sets the value ofCfnDataIntegrationMixinProps.getName()objectConfiguration(Object objectConfiguration) Sets the value ofCfnDataIntegrationMixinProps.getObjectConfiguration()scheduleConfig(CfnDataIntegrationPropsMixin.ScheduleConfigProperty scheduleConfig) Sets the value ofCfnDataIntegrationMixinProps.getScheduleConfig()scheduleConfig(IResolvable scheduleConfig) Sets the value ofCfnDataIntegrationMixinProps.getScheduleConfig()Sets the value ofCfnDataIntegrationMixinProps.getSourceUri()Sets the value ofCfnDataIntegrationMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnDataIntegrationMixinProps.getDescription()- Parameters:
description- A description of the DataIntegration.- Returns:
this
-
fileConfiguration
@Stability(Stable) public CfnDataIntegrationMixinProps.Builder fileConfiguration(IResolvable fileConfiguration) Sets the value ofCfnDataIntegrationMixinProps.getFileConfiguration()- Parameters:
fileConfiguration- The configuration for what files should be pulled from the source.- Returns:
this
-
fileConfiguration
@Stability(Stable) public CfnDataIntegrationMixinProps.Builder fileConfiguration(CfnDataIntegrationPropsMixin.FileConfigurationProperty fileConfiguration) Sets the value ofCfnDataIntegrationMixinProps.getFileConfiguration()- Parameters:
fileConfiguration- The configuration for what files should be pulled from the source.- Returns:
this
-
kmsKey
Sets the value ofCfnDataIntegrationMixinProps.getKmsKey()- Parameters:
kmsKey- The KMS key for the DataIntegration.- Returns:
this
-
name
Sets the value ofCfnDataIntegrationMixinProps.getName()- Parameters:
name- The name of the DataIntegration.- Returns:
this
-
objectConfiguration
@Stability(Stable) public CfnDataIntegrationMixinProps.Builder objectConfiguration(Object objectConfiguration) Sets the value ofCfnDataIntegrationMixinProps.getObjectConfiguration()- Parameters:
objectConfiguration- The configuration for what data should be pulled from the source.- Returns:
this
-
scheduleConfig
@Stability(Stable) public CfnDataIntegrationMixinProps.Builder scheduleConfig(IResolvable scheduleConfig) Sets the value ofCfnDataIntegrationMixinProps.getScheduleConfig()- Parameters:
scheduleConfig- The name of the data and how often it should be pulled from the source.- Returns:
this
-
scheduleConfig
@Stability(Stable) public CfnDataIntegrationMixinProps.Builder scheduleConfig(CfnDataIntegrationPropsMixin.ScheduleConfigProperty scheduleConfig) Sets the value ofCfnDataIntegrationMixinProps.getScheduleConfig()- Parameters:
scheduleConfig- The name of the data and how often it should be pulled from the source.- Returns:
this
-
sourceUri
Sets the value ofCfnDataIntegrationMixinProps.getSourceUri()- Parameters:
sourceUri- The URI of the data source.- Returns:
this
-
tags
Sets the value ofCfnDataIntegrationMixinProps.getTags()- Parameters:
tags- An array of key-value pairs to apply to this resource. For more information, see Tag .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataIntegrationMixinProps>- Returns:
- a new instance of
CfnDataIntegrationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-