@Stability(value=Stable) public static final class CfnFlow.TaskProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFlow.TaskProperty>
CfnFlow.TaskProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnFlow.TaskProperty.Builder sourceFields(List<String> sourceFields)
CfnFlow.TaskProperty.getSourceFields()sourceFields - The source fields to which a particular task is applied. This parameter is required.this@Stability(value=Stable) public CfnFlow.TaskProperty.Builder taskType(String taskType)
CfnFlow.TaskProperty.getTaskType()taskType - Specifies the particular task implementation that Amazon AppFlow performs. This parameter is required.
Allowed values : Arithmetic | Filter | Map | Map_all | Mask | Merge | Truncate | Validatethis@Stability(value=Stable) public CfnFlow.TaskProperty.Builder connectorOperator(CfnFlow.ConnectorOperatorProperty connectorOperator)
CfnFlow.TaskProperty.getConnectorOperator()connectorOperator - The operation to be performed on the provided source fields.this@Stability(value=Stable) public CfnFlow.TaskProperty.Builder connectorOperator(IResolvable connectorOperator)
CfnFlow.TaskProperty.getConnectorOperator()connectorOperator - The operation to be performed on the provided source fields.this@Stability(value=Stable) public CfnFlow.TaskProperty.Builder destinationField(String destinationField)
CfnFlow.TaskProperty.getDestinationField()destinationField - A field in a destination connector, or a field value against which Amazon AppFlow validates a source field.this@Stability(value=Stable) public CfnFlow.TaskProperty.Builder taskProperties(IResolvable taskProperties)
CfnFlow.TaskProperty.getTaskProperties()taskProperties - A map used to store task-related information.
The execution service looks for particular information based on the TaskType .this@Stability(value=Stable) public CfnFlow.TaskProperty.Builder taskProperties(List<? extends Object> taskProperties)
CfnFlow.TaskProperty.getTaskProperties()taskProperties - A map used to store task-related information.
The execution service looks for particular information based on the TaskType .this@Stability(value=Stable) public CfnFlow.TaskProperty build()
build in interface software.amazon.jsii.Builder<CfnFlow.TaskProperty>CfnFlow.TaskPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.