@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 - Specifies the name of a field for a particular object. This parameter is required.
To view valid values for a particular field, see Pipeline Object Reference in the AWS Data Pipeline Developer Guide .this@Stability(value=Stable) public CfnPipeline.FieldProperty.Builder refValue(String refValue)
CfnPipeline.FieldProperty.getRefValue()refValue - A field value that you specify as an identifier of another object in the same pipeline definition.
You can specify the field value as either a string value (
StringValue) or a reference to another object (RefValue), but not both.
Required if the key that you are using requires it.
this@Stability(value=Stable) public CfnPipeline.FieldProperty.Builder stringValue(String stringValue)
CfnPipeline.FieldProperty.getStringValue()stringValue - A field value that you specify as a string.
To view valid values for a particular field, see Pipeline Object Reference in the AWS Data Pipeline Developer Guide .
You can specify the field value as either a string value (
StringValue) or a reference to another object (RefValue), but not both.
Required if the key that you are using requires it.
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 © 2022. All rights reserved.