Class CfnDatasetPropsMixin.VariableProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotanalytics.CfnDatasetPropsMixin.VariableProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDatasetPropsMixin.VariableProperty>
- Enclosing interface:
CfnDatasetPropsMixin.VariableProperty
@Stability(Stable)
public static final class CfnDatasetPropsMixin.VariableProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDatasetPropsMixin.VariableProperty>
A builder for
CfnDatasetPropsMixin.VariableProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.datasetContentVersionValue(CfnDatasetPropsMixin.DatasetContentVersionValueProperty datasetContentVersionValue) Sets the value ofCfnDatasetPropsMixin.VariableProperty.getDatasetContentVersionValue()datasetContentVersionValue(IResolvable datasetContentVersionValue) Sets the value ofCfnDatasetPropsMixin.VariableProperty.getDatasetContentVersionValue()doubleValue(Number doubleValue) Sets the value ofCfnDatasetPropsMixin.VariableProperty.getDoubleValue()outputFileUriValue(CfnDatasetPropsMixin.OutputFileUriValueProperty outputFileUriValue) Sets the value ofCfnDatasetPropsMixin.VariableProperty.getOutputFileUriValue()outputFileUriValue(IResolvable outputFileUriValue) Sets the value ofCfnDatasetPropsMixin.VariableProperty.getOutputFileUriValue()stringValue(String stringValue) Sets the value ofCfnDatasetPropsMixin.VariableProperty.getStringValue()variableName(String variableName) Sets the value ofCfnDatasetPropsMixin.VariableProperty.getVariableName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
datasetContentVersionValue
@Stability(Stable) public CfnDatasetPropsMixin.VariableProperty.Builder datasetContentVersionValue(IResolvable datasetContentVersionValue) Sets the value ofCfnDatasetPropsMixin.VariableProperty.getDatasetContentVersionValue()- Parameters:
datasetContentVersionValue- The value of the variable as a structure that specifies a dataset content version.- Returns:
this
-
datasetContentVersionValue
@Stability(Stable) public CfnDatasetPropsMixin.VariableProperty.Builder datasetContentVersionValue(CfnDatasetPropsMixin.DatasetContentVersionValueProperty datasetContentVersionValue) Sets the value ofCfnDatasetPropsMixin.VariableProperty.getDatasetContentVersionValue()- Parameters:
datasetContentVersionValue- The value of the variable as a structure that specifies a dataset content version.- Returns:
this
-
doubleValue
@Stability(Stable) public CfnDatasetPropsMixin.VariableProperty.Builder doubleValue(Number doubleValue) Sets the value ofCfnDatasetPropsMixin.VariableProperty.getDoubleValue()- Parameters:
doubleValue- The value of the variable as a double (numeric).- Returns:
this
-
outputFileUriValue
@Stability(Stable) public CfnDatasetPropsMixin.VariableProperty.Builder outputFileUriValue(IResolvable outputFileUriValue) Sets the value ofCfnDatasetPropsMixin.VariableProperty.getOutputFileUriValue()- Parameters:
outputFileUriValue- The value of the variable as a structure that specifies an output file URI.- Returns:
this
-
outputFileUriValue
@Stability(Stable) public CfnDatasetPropsMixin.VariableProperty.Builder outputFileUriValue(CfnDatasetPropsMixin.OutputFileUriValueProperty outputFileUriValue) Sets the value ofCfnDatasetPropsMixin.VariableProperty.getOutputFileUriValue()- Parameters:
outputFileUriValue- The value of the variable as a structure that specifies an output file URI.- Returns:
this
-
stringValue
@Stability(Stable) public CfnDatasetPropsMixin.VariableProperty.Builder stringValue(String stringValue) Sets the value ofCfnDatasetPropsMixin.VariableProperty.getStringValue()- Parameters:
stringValue- The value of the variable as a string.- Returns:
this
-
variableName
@Stability(Stable) public CfnDatasetPropsMixin.VariableProperty.Builder variableName(String variableName) Sets the value ofCfnDatasetPropsMixin.VariableProperty.getVariableName()- Parameters:
variableName- The name of the variable.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDatasetPropsMixin.VariableProperty>- Returns:
- a new instance of
CfnDatasetPropsMixin.VariableProperty - Throws:
NullPointerException- if any required attribute was not provided
-