public static final class CfnDataIntegration.Builder
extends java.lang.Object
CfnDataIntegration
.Modifier and Type | Method and Description |
---|---|
CfnDataIntegration |
build() |
static CfnDataIntegration.Builder |
create(Construct scope,
java.lang.String id) |
CfnDataIntegration.Builder |
description(java.lang.String description)
A description of the DataIntegration.
|
CfnDataIntegration.Builder |
kmsKey(java.lang.String kmsKey)
The KMS key for the DataIntegration.
|
CfnDataIntegration.Builder |
name(java.lang.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(java.lang.String sourceUri)
The URI of the data source.
|
CfnDataIntegration.Builder |
tags(java.util.List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
public static CfnDataIntegration.Builder create(Construct scope, java.lang.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
.public CfnDataIntegration.Builder kmsKey(java.lang.String kmsKey)
kmsKey
- The KMS key for the DataIntegration. This parameter is required.this
public CfnDataIntegration.Builder name(java.lang.String name)
name
- The name of the DataIntegration. This parameter is required.this
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
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
public CfnDataIntegration.Builder sourceUri(java.lang.String sourceUri)
sourceUri
- The URI of the data source. This parameter is required.this
public CfnDataIntegration.Builder description(java.lang.String description)
description
- A description of the DataIntegration. This parameter is required.this
public CfnDataIntegration.Builder tags(java.util.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
public CfnDataIntegration build()