Class CfnPipeline.ParameterValueProperty.Builder
java.lang.Object
software.amazon.awscdk.services.datapipeline.CfnPipeline.ParameterValueProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipeline.ParameterValueProperty>
- Enclosing interface:
CfnPipeline.ParameterValueProperty
@Stability(Stable)
public static final class CfnPipeline.ParameterValueProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPipeline.ParameterValueProperty>
A builder for
CfnPipeline.ParameterValueProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnPipeline.ParameterValueProperty.getId()
stringValue
(String stringValue) Sets the value ofCfnPipeline.ParameterValueProperty.getStringValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
id
Sets the value ofCfnPipeline.ParameterValueProperty.getId()
- Parameters:
id
- The ID of the parameter value. This parameter is required.- Returns:
this
-
stringValue
@Stability(Stable) public CfnPipeline.ParameterValueProperty.Builder stringValue(String stringValue) Sets the value ofCfnPipeline.ParameterValueProperty.getStringValue()
- Parameters:
stringValue
- The field value, expressed as a String. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnPipeline.ParameterValueProperty>
- Returns:
- a new instance of
CfnPipeline.ParameterValueProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-