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