@Stability(value=Stable) public static final class CfnProject.Builder extends Object implements software.amazon.jsii.Builder<CfnProject>
CfnProject.| Modifier and Type | Method and Description |
|---|---|
CfnProject |
build() |
static CfnProject.Builder |
create(software.constructs.Construct scope,
String id) |
CfnProject.Builder |
datasetName(String datasetName)
The dataset that the project is to act upon.
|
CfnProject.Builder |
name(String name)
The unique name of a project.
|
CfnProject.Builder |
recipeName(String recipeName)
The name of a recipe that will be developed during a project session.
|
CfnProject.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that will be assumed for this project.
|
CfnProject.Builder |
sample(CfnProject.SampleProperty sample)
The sample size and sampling type to apply to the data.
|
CfnProject.Builder |
sample(IResolvable sample)
The sample size and sampling type to apply to the data.
|
CfnProject.Builder |
tags(List<? extends CfnTag> tags)
Metadata tags that have been applied to the project.
|
@Stability(value=Stable) public static CfnProject.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnProject.SampleProperty.Builder.@Stability(value=Stable) public CfnProject.Builder datasetName(String datasetName)
datasetName - The dataset that the project is to act upon. This parameter is required.this@Stability(value=Stable) public CfnProject.Builder name(String name)
name - The unique name of a project. This parameter is required.this@Stability(value=Stable) public CfnProject.Builder recipeName(String recipeName)
recipeName - The name of a recipe that will be developed during a project session. This parameter is required.this@Stability(value=Stable) public CfnProject.Builder roleArn(String roleArn)
roleArn - The Amazon Resource Name (ARN) of the role that will be assumed for this project. This parameter is required.this@Stability(value=Stable) public CfnProject.Builder sample(CfnProject.SampleProperty sample)
If this parameter isn't specified, then the sample consists of the first 500 rows from the dataset.
sample - The sample size and sampling type to apply to the data. This parameter is required.this@Stability(value=Stable) public CfnProject.Builder sample(IResolvable sample)
If this parameter isn't specified, then the sample consists of the first 500 rows from the dataset.
sample - The sample size and sampling type to apply to the data. This parameter is required.this@Stability(value=Stable) public CfnProject.Builder tags(List<? extends CfnTag> tags)
tags - Metadata tags that have been applied to the project. This parameter is required.this@Stability(value=Stable) public CfnProject build()
build in interface software.amazon.jsii.Builder<CfnProject>Copyright © 2022. All rights reserved.