@Stability(value=Stable) public static final class CfnDataset.VariableProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataset.VariableProperty>
CfnDataset.VariableProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDataset.VariableProperty.Builder variableName(String variableName)
CfnDataset.VariableProperty.getVariableName()variableName - The name of the variable. This parameter is required.this@Stability(value=Stable) public CfnDataset.VariableProperty.Builder datasetContentVersionValue(CfnDataset.DatasetContentVersionValueProperty datasetContentVersionValue)
CfnDataset.VariableProperty.getDatasetContentVersionValue()datasetContentVersionValue - The value of the variable as a structure that specifies a dataset content version.this@Stability(value=Stable) public CfnDataset.VariableProperty.Builder datasetContentVersionValue(IResolvable datasetContentVersionValue)
CfnDataset.VariableProperty.getDatasetContentVersionValue()datasetContentVersionValue - The value of the variable as a structure that specifies a dataset content version.this@Stability(value=Stable) public CfnDataset.VariableProperty.Builder doubleValue(Number doubleValue)
CfnDataset.VariableProperty.getDoubleValue()doubleValue - The value of the variable as a double (numeric).this@Stability(value=Stable) public CfnDataset.VariableProperty.Builder outputFileUriValue(CfnDataset.OutputFileUriValueProperty outputFileUriValue)
CfnDataset.VariableProperty.getOutputFileUriValue()outputFileUriValue - The value of the variable as a structure that specifies an output file URI.this@Stability(value=Stable) public CfnDataset.VariableProperty.Builder outputFileUriValue(IResolvable outputFileUriValue)
CfnDataset.VariableProperty.getOutputFileUriValue()outputFileUriValue - The value of the variable as a structure that specifies an output file URI.this@Stability(value=Stable) public CfnDataset.VariableProperty.Builder stringValue(String stringValue)
CfnDataset.VariableProperty.getStringValue()stringValue - The value of the variable as a string.this@Stability(value=Stable) public CfnDataset.VariableProperty build()
build in interface software.amazon.jsii.Builder<CfnDataset.VariableProperty>CfnDataset.VariablePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.