Class CfnDataSetMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.dataexchange.CfnDataSetMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSetMixinProps>
- Enclosing interface:
CfnDataSetMixinProps
@Stability(Stable)
public static final class CfnDataSetMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSetMixinProps>
A builder for
CfnDataSetMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnDataSetMixinProps.getAssetType()build()Builds the configured instance.description(String description) Sets the value ofCfnDataSetMixinProps.getDescription()Sets the value ofCfnDataSetMixinProps.getName()Sets the value ofCfnDataSetMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
assetType
Sets the value ofCfnDataSetMixinProps.getAssetType()- Parameters:
assetType- The type of asset that is added to a data set.- Returns:
this
-
description
Sets the value ofCfnDataSetMixinProps.getDescription()- Parameters:
description- A description for the data set.- Returns:
this
-
name
Sets the value ofCfnDataSetMixinProps.getName()- Parameters:
name- The name of the data set.- Returns:
this
-
tags
Sets the value ofCfnDataSetMixinProps.getTags()- Parameters:
tags- Tags for the data set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSetMixinProps>- Returns:
- a new instance of
CfnDataSetMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-