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