@Stability(value=Stable) public static final class CfnIntegration.TaskProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnIntegration.TaskProperty>
CfnIntegration.TaskProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnIntegration.TaskProperty.Builder sourceFields(List<String> sourceFields)
CfnIntegration.TaskProperty.getSourceFields()sourceFields - The source fields to which a particular task is applied. This parameter is required.this@Stability(value=Stable) public CfnIntegration.TaskProperty.Builder taskType(String taskType)
CfnIntegration.TaskProperty.getTaskType()taskType - Specifies the particular task implementation that Amazon AppFlow performs. This parameter is required.this@Stability(value=Stable) public CfnIntegration.TaskProperty.Builder connectorOperator(CfnIntegration.ConnectorOperatorProperty connectorOperator)
CfnIntegration.TaskProperty.getConnectorOperator()connectorOperator - The operation to be performed on the provided source fields.this@Stability(value=Stable) public CfnIntegration.TaskProperty.Builder connectorOperator(IResolvable connectorOperator)
CfnIntegration.TaskProperty.getConnectorOperator()connectorOperator - The operation to be performed on the provided source fields.this@Stability(value=Stable) public CfnIntegration.TaskProperty.Builder destinationField(String destinationField)
CfnIntegration.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 CfnIntegration.TaskProperty.Builder taskProperties(IResolvable taskProperties)
CfnIntegration.TaskProperty.getTaskProperties()taskProperties - A map used to store task-related information.
The service looks for particular information based on the TaskType.this@Stability(value=Stable) public CfnIntegration.TaskProperty.Builder taskProperties(List<? extends Object> taskProperties)
CfnIntegration.TaskProperty.getTaskProperties()taskProperties - A map used to store task-related information.
The service looks for particular information based on the TaskType.this@Stability(value=Stable) public CfnIntegration.TaskProperty build()
build in interface software.amazon.jsii.Builder<CfnIntegration.TaskProperty>CfnIntegration.TaskPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.