Class CfnFlow.TaskPropertiesObjectProperty.Builder
java.lang.Object
software.amazon.awscdk.services.appflow.CfnFlow.TaskPropertiesObjectProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlow.TaskPropertiesObjectProperty>
- Enclosing interface:
- CfnFlow.TaskPropertiesObjectProperty
@Stability(Stable)
public static final class CfnFlow.TaskPropertiesObjectProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlow.TaskPropertiesObjectProperty>
A builder for
CfnFlow.TaskPropertiesObjectProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnFlow.TaskPropertiesObjectProperty.getKey()
Sets the value ofCfnFlow.TaskPropertiesObjectProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
key
Sets the value ofCfnFlow.TaskPropertiesObjectProperty.getKey()
- Parameters:
key
- The task property key. This parameter is required. Allowed Values :VALUE | VALUES | DATA_TYPE | UPPER_BOUND | LOWER_BOUND | SOURCE_DATA_TYPE | DESTINATION_DATA_TYPE | VALIDATION_ACTION | MASK_VALUE | MASK_LENGTH | TRUNCATE_LENGTH | MATH_OPERATION_FIELDS_ORDER | CONCAT_FORMAT | SUBFIELD_CATEGORY_MAP
|EXCLUDE_SOURCE_FIELDS_LIST
- Returns:
this
-
value
Sets the value ofCfnFlow.TaskPropertiesObjectProperty.getValue()
- Parameters:
value
- The task property value. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnFlow.TaskPropertiesObjectProperty>
- Returns:
- a new instance of
CfnFlow.TaskPropertiesObjectProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-