@Stability(value=Stable) public static final class CfnPipeline.FieldProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPipeline.FieldProperty>
CfnPipeline.FieldProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPipeline.FieldProperty |
build()
Builds the configured instance.
|
CfnPipeline.FieldProperty.Builder |
key(String key)
Sets the value of
CfnPipeline.FieldProperty.getKey() |
CfnPipeline.FieldProperty.Builder |
refValue(String refValue)
Sets the value of
CfnPipeline.FieldProperty.getRefValue() |
CfnPipeline.FieldProperty.Builder |
stringValue(String stringValue)
Sets the value of
CfnPipeline.FieldProperty.getStringValue() |
@Stability(value=Stable) public CfnPipeline.FieldProperty.Builder key(String key)
CfnPipeline.FieldProperty.getKey()key - `CfnPipeline.FieldProperty.Key`. This parameter is required.this@Stability(value=Stable) public CfnPipeline.FieldProperty.Builder refValue(String refValue)
CfnPipeline.FieldProperty.getRefValue()refValue - `CfnPipeline.FieldProperty.RefValue`.this@Stability(value=Stable) public CfnPipeline.FieldProperty.Builder stringValue(String stringValue)
CfnPipeline.FieldProperty.getStringValue()stringValue - `CfnPipeline.FieldProperty.StringValue`.this@Stability(value=Stable) public CfnPipeline.FieldProperty build()
build in interface software.amazon.jsii.Builder<CfnPipeline.FieldProperty>CfnPipeline.FieldPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.