Class CfnPipeline.ParameterAttributeProperty.Builder
java.lang.Object
software.amazon.awscdk.services.datapipeline.CfnPipeline.ParameterAttributeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipeline.ParameterAttributeProperty>
- Enclosing interface:
CfnPipeline.ParameterAttributeProperty
@Stability(Stable)
public static final class CfnPipeline.ParameterAttributeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPipeline.ParameterAttributeProperty>
A builder for
CfnPipeline.ParameterAttributeProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnPipeline.ParameterAttributeProperty.getKey()
stringValue
(String stringValue) Sets the value ofCfnPipeline.ParameterAttributeProperty.getStringValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
key
Sets the value ofCfnPipeline.ParameterAttributeProperty.getKey()
- Parameters:
key
- The field identifier. This parameter is required.- Returns:
this
-
stringValue
@Stability(Stable) public CfnPipeline.ParameterAttributeProperty.Builder stringValue(String stringValue) Sets the value ofCfnPipeline.ParameterAttributeProperty.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.ParameterAttributeProperty>
- Returns:
- a new instance of
CfnPipeline.ParameterAttributeProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-