Class CfnDataSetPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.dataexchange.CfnDataSetPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSetPropsMixin>
- Enclosing class:
CfnDataSetPropsMixin
@Stability(Stable)
public static final class CfnDataSetPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSetPropsMixin>
A fluent builder for
CfnDataSetPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionThe type of asset that is added to a data set.build()static CfnDataSetPropsMixin.Buildercreate()static CfnDataSetPropsMixin.Buildercreate(CfnPropertyMixinOptions options) description(String description) A description for the data set.The name of the data set.Tags for the data set.
-
Method Details
-
create
@Stability(Stable) public static CfnDataSetPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnDataSetPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnDataSetPropsMixin.Builder.
-
assetType
The type of asset that is added to a data set.- Parameters:
assetType- The type of asset that is added to a data set. This parameter is required.- Returns:
this- See Also:
-
description
A description for the data set.- Parameters:
description- A description for the data set. This parameter is required.- Returns:
this- See Also:
-
name
The name of the data set.- Parameters:
name- The name of the data set. This parameter is required.- Returns:
this- See Also:
-
tags
Tags for the data set.- Parameters:
tags- Tags for the data set. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSetPropsMixin>- Returns:
- a newly built instance of
CfnDataSetPropsMixin.
-