Interface Task.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Task.Builder,,- Task> - SdkBuilder<Task.Builder,,- Task> - SdkPojo
- Enclosing class:
- Task
- 
Method SummaryModifier and TypeMethodDescriptiondefault Task.BuilderconnectorOperator(Consumer<ConnectorOperator.Builder> connectorOperator) The operation to be performed on the provided source fields.connectorOperator(ConnectorOperator connectorOperator) The operation to be performed on the provided source fields.destinationField(String destinationField) A field in a destination connector, or a field value against which Amazon AppFlow validates a source field.sourceFields(String... sourceFields) The source fields to which a particular task is applied.sourceFields(Collection<String> sourceFields) The source fields to which a particular task is applied.taskProperties(Map<OperatorPropertiesKeys, String> taskProperties) A map used to store task-related information.taskPropertiesWithStrings(Map<String, String> taskProperties) A map used to store task-related information.Specifies the particular task implementation that Amazon AppFlow performs.Specifies the particular task implementation that Amazon AppFlow performs.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
sourceFieldsThe source fields to which a particular task is applied. - Parameters:
- sourceFields- The source fields to which a particular task is applied.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceFieldsThe source fields to which a particular task is applied. - Parameters:
- sourceFields- The source fields to which a particular task is applied.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
connectorOperatorThe operation to be performed on the provided source fields. - Parameters:
- connectorOperator- The operation to be performed on the provided source fields.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
connectorOperatorThe operation to be performed on the provided source fields. This is a convenience method that creates an instance of theConnectorOperator.Builderavoiding the need to create one manually viaConnectorOperator.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconnectorOperator(ConnectorOperator).- Parameters:
- connectorOperator- a consumer that will call methods on- ConnectorOperator.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
destinationFieldA field in a destination connector, or a field value against which Amazon AppFlow validates a source field. - Parameters:
- destinationField- A field in a destination connector, or a field value against which Amazon AppFlow validates a source field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
taskTypeSpecifies the particular task implementation that Amazon AppFlow performs. - Parameters:
- taskType- Specifies the particular task implementation that Amazon AppFlow performs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
taskTypeSpecifies the particular task implementation that Amazon AppFlow performs. - Parameters:
- taskType- Specifies the particular task implementation that Amazon AppFlow performs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
taskPropertiesWithStringsA map used to store task-related information. The execution service looks for particular information based on the TaskType.- Parameters:
- taskProperties- A map used to store task-related information. The execution service looks for particular information based on the- TaskType.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
taskPropertiesA map used to store task-related information. The execution service looks for particular information based on the TaskType.- Parameters:
- taskProperties- A map used to store task-related information. The execution service looks for particular information based on the- TaskType.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-