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