@Stability(value=Stable) public static final class CfnDataIntegrationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDataIntegrationProps>
CfnDataIntegrationProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDataIntegrationProps.Builder kmsKey(String kmsKey)
CfnDataIntegrationProps.getKmsKey()kmsKey - The KMS key for the DataIntegration. This parameter is required.this@Stability(value=Stable) public CfnDataIntegrationProps.Builder name(String name)
CfnDataIntegrationProps.getName()name - The name of the DataIntegration. This parameter is required.this@Stability(value=Stable) public CfnDataIntegrationProps.Builder scheduleConfig(CfnDataIntegration.ScheduleConfigProperty scheduleConfig)
CfnDataIntegrationProps.getScheduleConfig()scheduleConfig - The name of the data and how often it should be pulled from the source. This parameter is required.this@Stability(value=Stable) public CfnDataIntegrationProps.Builder scheduleConfig(IResolvable scheduleConfig)
CfnDataIntegrationProps.getScheduleConfig()scheduleConfig - The name of the data and how often it should be pulled from the source. This parameter is required.this@Stability(value=Stable) public CfnDataIntegrationProps.Builder sourceUri(String sourceUri)
CfnDataIntegrationProps.getSourceUri()sourceUri - The URI of the data source. This parameter is required.this@Stability(value=Stable) public CfnDataIntegrationProps.Builder description(String description)
CfnDataIntegrationProps.getDescription()description - A description of the DataIntegration.this@Stability(value=Stable) public CfnDataIntegrationProps.Builder tags(List<? extends CfnTag> tags)
CfnDataIntegrationProps.getTags()tags - An array of key-value pairs to apply to this resource.
For more information, see Tag .this@Stability(value=Stable) public CfnDataIntegrationProps build()
build in interface software.amazon.jsii.Builder<CfnDataIntegrationProps>CfnDataIntegrationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.