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