Interface AppflowIntegrationWorkflowStep.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AppflowIntegrationWorkflowStep.Builder,AppflowIntegrationWorkflowStep>,SdkBuilder<AppflowIntegrationWorkflowStep.Builder,AppflowIntegrationWorkflowStep>,SdkPojo
- Enclosing class:
- AppflowIntegrationWorkflowStep
public static interface AppflowIntegrationWorkflowStep.Builder extends SdkPojo, CopyableBuilder<AppflowIntegrationWorkflowStep.Builder,AppflowIntegrationWorkflowStep>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppflowIntegrationWorkflowStep.BuilderbatchRecordsEndTime(String batchRecordsEndTime)End datetime of records pulled in batch during execution of workflow step forAPPFLOW_INTEGRATIONworkflow.AppflowIntegrationWorkflowStep.BuilderbatchRecordsStartTime(String batchRecordsStartTime)Start datetime of records pulled in batch during execution of workflow step forAPPFLOW_INTEGRATIONworkflow.AppflowIntegrationWorkflowStep.BuildercreatedAt(Instant createdAt)Creation timestamp of workflow step forAPPFLOW_INTEGRATIONworkflow.AppflowIntegrationWorkflowStep.BuilderexecutionMessage(String executionMessage)Message indicating execution of workflow step forAPPFLOW_INTEGRATIONworkflow.AppflowIntegrationWorkflowStep.BuilderflowName(String flowName)Name of the flow created during execution of workflow step.AppflowIntegrationWorkflowStep.BuilderlastUpdatedAt(Instant lastUpdatedAt)Last updated timestamp for workflow step forAPPFLOW_INTEGRATIONworkflow.AppflowIntegrationWorkflowStep.BuilderrecordsProcessed(Long recordsProcessed)Total number of records processed during execution of workflow step forAPPFLOW_INTEGRATIONworkflow.AppflowIntegrationWorkflowStep.Builderstatus(String status)Workflow step status forAPPFLOW_INTEGRATIONworkflow.AppflowIntegrationWorkflowStep.Builderstatus(Status status)Workflow step status forAPPFLOW_INTEGRATIONworkflow.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
flowName
AppflowIntegrationWorkflowStep.Builder flowName(String flowName)
Name of the flow created during execution of workflow step.
APPFLOW_INTEGRATIONworkflow type creates an appflow flow during workflow step execution on the customers behalf.- Parameters:
flowName- Name of the flow created during execution of workflow step.APPFLOW_INTEGRATIONworkflow type creates an appflow flow during workflow step execution on the customers behalf.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
AppflowIntegrationWorkflowStep.Builder status(String status)
Workflow step status for
APPFLOW_INTEGRATIONworkflow.
-
status
AppflowIntegrationWorkflowStep.Builder status(Status status)
Workflow step status for
APPFLOW_INTEGRATIONworkflow.
-
executionMessage
AppflowIntegrationWorkflowStep.Builder executionMessage(String executionMessage)
Message indicating execution of workflow step for
APPFLOW_INTEGRATIONworkflow.- Parameters:
executionMessage- Message indicating execution of workflow step forAPPFLOW_INTEGRATIONworkflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recordsProcessed
AppflowIntegrationWorkflowStep.Builder recordsProcessed(Long recordsProcessed)
Total number of records processed during execution of workflow step for
APPFLOW_INTEGRATIONworkflow.- Parameters:
recordsProcessed- Total number of records processed during execution of workflow step forAPPFLOW_INTEGRATIONworkflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
batchRecordsStartTime
AppflowIntegrationWorkflowStep.Builder batchRecordsStartTime(String batchRecordsStartTime)
Start datetime of records pulled in batch during execution of workflow step for
APPFLOW_INTEGRATIONworkflow.- Parameters:
batchRecordsStartTime- Start datetime of records pulled in batch during execution of workflow step forAPPFLOW_INTEGRATIONworkflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
batchRecordsEndTime
AppflowIntegrationWorkflowStep.Builder batchRecordsEndTime(String batchRecordsEndTime)
End datetime of records pulled in batch during execution of workflow step for
APPFLOW_INTEGRATIONworkflow.- Parameters:
batchRecordsEndTime- End datetime of records pulled in batch during execution of workflow step forAPPFLOW_INTEGRATIONworkflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
AppflowIntegrationWorkflowStep.Builder createdAt(Instant createdAt)
Creation timestamp of workflow step for
APPFLOW_INTEGRATIONworkflow.- Parameters:
createdAt- Creation timestamp of workflow step forAPPFLOW_INTEGRATIONworkflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
AppflowIntegrationWorkflowStep.Builder lastUpdatedAt(Instant lastUpdatedAt)
Last updated timestamp for workflow step for
APPFLOW_INTEGRATIONworkflow.- Parameters:
lastUpdatedAt- Last updated timestamp for workflow step forAPPFLOW_INTEGRATIONworkflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-