@Stability(value=Stable) public static final class CfnDataIntegration.Builder extends Object implements software.amazon.jsii.Builder<CfnDataIntegration>
CfnDataIntegration.| Modifier and Type | Method and Description |
|---|---|
CfnDataIntegration |
build() |
static CfnDataIntegration.Builder |
create(software.constructs.Construct scope,
String id) |
CfnDataIntegration.Builder |
description(String description)
A description of the DataIntegration.
|
CfnDataIntegration.Builder |
kmsKey(String kmsKey)
The KMS key for the DataIntegration.
|
CfnDataIntegration.Builder |
name(String name)
The name of the DataIntegration.
|
CfnDataIntegration.Builder |
scheduleConfig(CfnDataIntegration.ScheduleConfigProperty scheduleConfig)
The name of the data and how often it should be pulled from the source.
|
CfnDataIntegration.Builder |
scheduleConfig(IResolvable scheduleConfig)
The name of the data and how often it should be pulled from the source.
|
CfnDataIntegration.Builder |
sourceUri(String sourceUri)
The URI of the data source.
|
CfnDataIntegration.Builder |
tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
@Stability(value=Stable) public static CfnDataIntegration.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnDataIntegration.ScheduleConfigProperty.Builder.@Stability(value=Stable) public CfnDataIntegration.Builder kmsKey(String kmsKey)
kmsKey - The KMS key for the DataIntegration. This parameter is required.this@Stability(value=Stable) public CfnDataIntegration.Builder name(String name)
name - The name of the DataIntegration. This parameter is required.this@Stability(value=Stable) public CfnDataIntegration.Builder scheduleConfig(CfnDataIntegration.ScheduleConfigProperty scheduleConfig)
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 CfnDataIntegration.Builder scheduleConfig(IResolvable scheduleConfig)
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 CfnDataIntegration.Builder sourceUri(String sourceUri)
sourceUri - The URI of the data source. This parameter is required.this@Stability(value=Stable) public CfnDataIntegration.Builder description(String description)
description - A description of the DataIntegration. This parameter is required.this@Stability(value=Stable) public CfnDataIntegration.Builder tags(List<? extends CfnTag> tags)
For more information, see Tag .
tags - An array of key-value pairs to apply to this resource. This parameter is required.this@Stability(value=Stable) public CfnDataIntegration build()
build in interface software.amazon.jsii.Builder<CfnDataIntegration>Copyright © 2022. All rights reserved.