@Stability(value=Stable) public static final class CfnDatasetProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDatasetProps>
CfnDatasetProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDatasetProps |
build()
Builds the configured instance.
|
CfnDatasetProps.Builder |
format(String format)
Sets the value of
CfnDatasetProps.getFormat() |
CfnDatasetProps.Builder |
formatOptions(Object formatOptions)
Sets the value of
CfnDatasetProps.getFormatOptions() |
CfnDatasetProps.Builder |
input(Object input)
Sets the value of
CfnDatasetProps.getInput() |
CfnDatasetProps.Builder |
name(String name)
Sets the value of
CfnDatasetProps.getName() |
CfnDatasetProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnDatasetProps.getTags() |
@Stability(value=Stable) public CfnDatasetProps.Builder input(Object input)
CfnDatasetProps.getInput()input - `AWS::DataBrew::Dataset.Input`. This parameter is required.this@Stability(value=Stable) public CfnDatasetProps.Builder name(String name)
CfnDatasetProps.getName()name - `AWS::DataBrew::Dataset.Name`. This parameter is required.this@Stability(value=Stable) public CfnDatasetProps.Builder format(String format)
CfnDatasetProps.getFormat()format - `AWS::DataBrew::Dataset.Format`.this@Stability(value=Stable) public CfnDatasetProps.Builder formatOptions(Object formatOptions)
CfnDatasetProps.getFormatOptions()formatOptions - `AWS::DataBrew::Dataset.FormatOptions`.this@Stability(value=Stable) public CfnDatasetProps.Builder tags(List<? extends CfnTag> tags)
CfnDatasetProps.getTags()tags - `AWS::DataBrew::Dataset.Tags`.this@Stability(value=Stable) public CfnDatasetProps build()
build in interface software.amazon.jsii.Builder<CfnDatasetProps>CfnDatasetPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.