@Stability(value=Stable) public static final class CfnDataset.DatasetParameterProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataset.DatasetParameterProperty>
CfnDataset.DatasetParameterProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDataset.DatasetParameterProperty.Builder name(String name)
CfnDataset.DatasetParameterProperty.getName()name - The name of the parameter that is used in the dataset's Amazon S3 path. This parameter is required.this@Stability(value=Stable) public CfnDataset.DatasetParameterProperty.Builder type(String type)
CfnDataset.DatasetParameterProperty.getType()type - The type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'. This parameter is required.this@Stability(value=Stable) public CfnDataset.DatasetParameterProperty.Builder createColumn(Boolean createColumn)
CfnDataset.DatasetParameterProperty.getCreateColumn()createColumn - Optional boolean value that defines whether the captured value of this parameter should be loaded as an additional column in the dataset.this@Stability(value=Stable) public CfnDataset.DatasetParameterProperty.Builder createColumn(IResolvable createColumn)
CfnDataset.DatasetParameterProperty.getCreateColumn()createColumn - Optional boolean value that defines whether the captured value of this parameter should be loaded as an additional column in the dataset.this@Stability(value=Stable) public CfnDataset.DatasetParameterProperty.Builder datetimeOptions(CfnDataset.DatetimeOptionsProperty datetimeOptions)
CfnDataset.DatasetParameterProperty.getDatetimeOptions()datetimeOptions - Additional parameter options such as a format and a timezone.
Required for datetime parameters.this@Stability(value=Stable) public CfnDataset.DatasetParameterProperty.Builder datetimeOptions(IResolvable datetimeOptions)
CfnDataset.DatasetParameterProperty.getDatetimeOptions()datetimeOptions - Additional parameter options such as a format and a timezone.
Required for datetime parameters.this@Stability(value=Stable) public CfnDataset.DatasetParameterProperty.Builder filter(CfnDataset.FilterExpressionProperty filter)
CfnDataset.DatasetParameterProperty.getFilter()filter - The optional filter expression structure to apply additional matching criteria to the parameter.this@Stability(value=Stable) public CfnDataset.DatasetParameterProperty.Builder filter(IResolvable filter)
CfnDataset.DatasetParameterProperty.getFilter()filter - The optional filter expression structure to apply additional matching criteria to the parameter.this@Stability(value=Stable) public CfnDataset.DatasetParameterProperty build()
build in interface software.amazon.jsii.Builder<CfnDataset.DatasetParameterProperty>CfnDataset.DatasetParameterPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.