Class CfnDataset.Builder
java.lang.Object
software.amazon.awscdk.services.scn.CfnDataset.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataset>
- Enclosing class:
CfnDataset
@Stability(Stable)
public static final class CfnDataset.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataset>
A fluent builder for
CfnDataset.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnDataset.Builderdescription(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(IResolvable partitionSpec) The partition specification of the dataset.partitionSpec(CfnDataset.PartitionSpecProperty partitionSpec) The partition specification of the dataset.schema(IResolvable schema) The schema of the dataset.schema(CfnDataset.SchemaProperty schema) The schema of the dataset.The tags for the dataset.
-
Method Details
-
create
@Stability(Stable) public static CfnDataset.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnDataset.Builder.
-
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:
-
description
The description of the dataset.- Parameters:
description- The description 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 CfnDataset.Builder partitionSpec(CfnDataset.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
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<CfnDataset>- Returns:
- a newly built instance of
CfnDataset.
-