@Generated(value="software.amazon.awssdk:codegen") public final class AppflowIntegrationWorkflowStep extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AppflowIntegrationWorkflowStep.Builder,AppflowIntegrationWorkflowStep>
Workflow step details for APPFLOW_INTEGRATION workflow.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AppflowIntegrationWorkflowStep.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
batchRecordsEndTime()
End datetime of records pulled in batch during execution of workflow step for
APPFLOW_INTEGRATION
workflow. |
String |
batchRecordsStartTime()
Start datetime of records pulled in batch during execution of workflow step for
APPFLOW_INTEGRATION
workflow. |
static AppflowIntegrationWorkflowStep.Builder |
builder() |
Instant |
createdAt()
Creation timestamp of workflow step for
APPFLOW_INTEGRATION workflow. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
executionMessage()
Message indicating execution of workflow step for
APPFLOW_INTEGRATION workflow. |
String |
flowName()
Name of the flow created during execution of workflow step.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedAt()
Last updated timestamp for workflow step for
APPFLOW_INTEGRATION workflow. |
Long |
recordsProcessed()
Total number of records processed during execution of workflow step for
APPFLOW_INTEGRATION
workflow. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AppflowIntegrationWorkflowStep.Builder> |
serializableBuilderClass() |
Status |
status()
Workflow step status for
APPFLOW_INTEGRATION workflow. |
String |
statusAsString()
Workflow step status for
APPFLOW_INTEGRATION workflow. |
AppflowIntegrationWorkflowStep.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String flowName()
Name of the flow created during execution of workflow step. APPFLOW_INTEGRATION workflow type
creates an appflow flow during workflow step execution on the customers behalf.
APPFLOW_INTEGRATION workflow
type creates an appflow flow during workflow step execution on the customers behalf.public final Status status()
Workflow step status for APPFLOW_INTEGRATION workflow.
If the service returns an enum value that is not available in the current SDK version, status will
return Status.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
APPFLOW_INTEGRATION workflow.Statuspublic final String statusAsString()
Workflow step status for APPFLOW_INTEGRATION workflow.
If the service returns an enum value that is not available in the current SDK version, status will
return Status.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
APPFLOW_INTEGRATION workflow.Statuspublic final String executionMessage()
Message indicating execution of workflow step for APPFLOW_INTEGRATION workflow.
APPFLOW_INTEGRATION workflow.public final Long recordsProcessed()
Total number of records processed during execution of workflow step for APPFLOW_INTEGRATION
workflow.
APPFLOW_INTEGRATION
workflow.public final String batchRecordsStartTime()
Start datetime of records pulled in batch during execution of workflow step for APPFLOW_INTEGRATION
workflow.
APPFLOW_INTEGRATION workflow.public final String batchRecordsEndTime()
End datetime of records pulled in batch during execution of workflow step for APPFLOW_INTEGRATION
workflow.
APPFLOW_INTEGRATION workflow.public final Instant createdAt()
Creation timestamp of workflow step for APPFLOW_INTEGRATION workflow.
APPFLOW_INTEGRATION workflow.public final Instant lastUpdatedAt()
Last updated timestamp for workflow step for APPFLOW_INTEGRATION workflow.
APPFLOW_INTEGRATION workflow.public AppflowIntegrationWorkflowStep.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AppflowIntegrationWorkflowStep.Builder,AppflowIntegrationWorkflowStep>public static AppflowIntegrationWorkflowStep.Builder builder()
public static Class<? extends AppflowIntegrationWorkflowStep.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.