@Stability(value=Stable) public static final class CfnProjectProps.Builder extends Object implements software.amazon.jsii.Builder<CfnProjectProps>
CfnProjectProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnProjectProps |
build()
Builds the configured instance.
|
CfnProjectProps.Builder |
datasetName(String datasetName)
Sets the value of
CfnProjectProps.getDatasetName() |
CfnProjectProps.Builder |
name(String name)
Sets the value of
CfnProjectProps.getName() |
CfnProjectProps.Builder |
recipeName(String recipeName)
Sets the value of
CfnProjectProps.getRecipeName() |
CfnProjectProps.Builder |
roleArn(String roleArn)
Sets the value of
CfnProjectProps.getRoleArn() |
CfnProjectProps.Builder |
sample(CfnProject.SampleProperty sample)
Sets the value of
CfnProjectProps.getSample() |
CfnProjectProps.Builder |
sample(IResolvable sample)
Sets the value of
CfnProjectProps.getSample() |
CfnProjectProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnProjectProps.getTags() |
@Stability(value=Stable) public CfnProjectProps.Builder datasetName(String datasetName)
CfnProjectProps.getDatasetName()datasetName - The dataset that the project is to act upon. This parameter is required.this@Stability(value=Stable) public CfnProjectProps.Builder name(String name)
CfnProjectProps.getName()name - The unique name of a project. This parameter is required.this@Stability(value=Stable) public CfnProjectProps.Builder recipeName(String recipeName)
CfnProjectProps.getRecipeName()recipeName - The name of a recipe that will be developed during a project session. This parameter is required.this@Stability(value=Stable) public CfnProjectProps.Builder roleArn(String roleArn)
CfnProjectProps.getRoleArn()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 CfnProjectProps.Builder sample(CfnProject.SampleProperty sample)
CfnProjectProps.getSample()sample - The sample size and sampling type to apply to the data.
If this parameter isn't specified, then the sample consists of the first 500 rows from the dataset.this@Stability(value=Stable) public CfnProjectProps.Builder sample(IResolvable sample)
CfnProjectProps.getSample()sample - The sample size and sampling type to apply to the data.
If this parameter isn't specified, then the sample consists of the first 500 rows from the dataset.this@Stability(value=Stable) public CfnProjectProps.Builder tags(List<? extends CfnTag> tags)
CfnProjectProps.getTags()tags - Metadata tags that have been applied to the project.this@Stability(value=Stable) public CfnProjectProps build()
build in interface software.amazon.jsii.Builder<CfnProjectProps>CfnProjectPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.