Class WorkflowRunStatistics
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.WorkflowRunStatistics
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<WorkflowRunStatistics.Builder,WorkflowRunStatistics>
@Generated("software.amazon.awssdk:codegen") public final class WorkflowRunStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WorkflowRunStatistics.Builder,WorkflowRunStatistics>
Workflow run statistics provides statistics about the workflow run.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWorkflowRunStatistics.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WorkflowRunStatistics.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)IntegererroredActions()Indicates the count of job runs in the ERROR state in the workflow run.IntegerfailedActions()Total number of Actions that have failed.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerrunningActions()Total number Actions in running state.List<SdkField<?>>sdkFields()static Class<? extends WorkflowRunStatistics.Builder>serializableBuilderClass()IntegerstoppedActions()Total number of Actions that have stopped.IntegersucceededActions()Total number of Actions that have succeeded.IntegertimeoutActions()Total number of Actions that timed out.WorkflowRunStatistics.BuildertoBuilder()StringtoString()Returns a string representation of this object.IntegertotalActions()Total number of Actions in the workflow run.IntegerwaitingActions()Indicates the count of job runs in WAITING state in the workflow run.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
totalActions
public final Integer totalActions()
Total number of Actions in the workflow run.
- Returns:
- Total number of Actions in the workflow run.
-
timeoutActions
public final Integer timeoutActions()
Total number of Actions that timed out.
- Returns:
- Total number of Actions that timed out.
-
failedActions
public final Integer failedActions()
Total number of Actions that have failed.
- Returns:
- Total number of Actions that have failed.
-
stoppedActions
public final Integer stoppedActions()
Total number of Actions that have stopped.
- Returns:
- Total number of Actions that have stopped.
-
succeededActions
public final Integer succeededActions()
Total number of Actions that have succeeded.
- Returns:
- Total number of Actions that have succeeded.
-
runningActions
public final Integer runningActions()
Total number Actions in running state.
- Returns:
- Total number Actions in running state.
-
erroredActions
public final Integer erroredActions()
Indicates the count of job runs in the ERROR state in the workflow run.
- Returns:
- Indicates the count of job runs in the ERROR state in the workflow run.
-
waitingActions
public final Integer waitingActions()
Indicates the count of job runs in WAITING state in the workflow run.
- Returns:
- Indicates the count of job runs in WAITING state in the workflow run.
-
toBuilder
public WorkflowRunStatistics.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<WorkflowRunStatistics.Builder,WorkflowRunStatistics>
-
builder
public static WorkflowRunStatistics.Builder builder()
-
serializableBuilderClass
public static Class<? extends WorkflowRunStatistics.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-