Class CfnDatasetPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.scn.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 TypeMethodDescriptionbuild()static CfnDatasetPropsMixin.Buildercreate()static CfnDatasetPropsMixin.Buildercreate(CfnPropertyMixinOptions options) description(String description) The description of the dataset.instanceId(String instanceId) The Amazon Web Services Supply Chain instance identifier.The name of the dataset.The namespace of the dataset.partitionSpec(CfnDatasetPropsMixin.PartitionSpecProperty partitionSpec) The partition specification of the dataset.partitionSpec(IResolvable partitionSpec) The partition specification of the dataset.The schema of the dataset.schema(IResolvable schema) The schema of the dataset.The tags for the dataset.
-
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.
-
description
The description of the dataset.- Parameters:
description- The description of the dataset. This parameter is required.- Returns:
this- See Also:
-
instanceId
The Amazon Web Services Supply Chain instance identifier.- Parameters:
instanceId- The Amazon Web Services Supply Chain instance identifier. This parameter is required.- Returns:
this- See Also:
-
name
The name of the dataset.- Parameters:
name- The name of the dataset. This parameter is required.- Returns:
this- See Also:
-
namespace
The namespace of the dataset.- Parameters:
namespace- The namespace of the dataset. This parameter is required.- Returns:
this- See Also:
-
partitionSpec
The partition specification of the dataset.- Parameters:
partitionSpec- The partition specification of the dataset. This parameter is required.- Returns:
this- See Also:
-
partitionSpec
@Stability(Stable) public CfnDatasetPropsMixin.Builder partitionSpec(CfnDatasetPropsMixin.PartitionSpecProperty partitionSpec) The partition specification of the dataset.- Parameters:
partitionSpec- The partition specification of the dataset. This parameter is required.- Returns:
this- See Also:
-
schema
The schema of the dataset.- Parameters:
schema- The schema of the dataset. This parameter is required.- Returns:
this- See Also:
-
schema
@Stability(Stable) public CfnDatasetPropsMixin.Builder schema(CfnDatasetPropsMixin.SchemaProperty schema) The schema of the dataset.- Parameters:
schema- The schema of the dataset. This parameter is required.- Returns:
this- See Also:
-
tags
The tags for the dataset.- Parameters:
tags- The tags for the dataset. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDatasetPropsMixin>- Returns:
- a newly built instance of
CfnDatasetPropsMixin.
-