Class ExecutionAttempt
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.ExecutionAttempt
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExecutionAttempt.Builder,ExecutionAttempt>
@Generated("software.amazon.awssdk:codegen") public final class ExecutionAttempt extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExecutionAttempt.Builder,ExecutionAttempt>
A run attempt for a column statistics task run.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExecutionAttempt.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExecutionAttempt.Builderbuilder()StringcolumnStatisticsTaskRunId()A task run ID for the last column statistics task run.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringerrorMessage()An error message associated with the last column statistics task run.InstantexecutionTimestamp()A timestamp when the last column statistics task run occurred.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ExecutionAttempt.Builder>serializableBuilderClass()ExecutionStatusstatus()The status of the last column statistics task run.StringstatusAsString()The status of the last column statistics task run.ExecutionAttempt.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
status
public final ExecutionStatus status()
The status of the last column statistics task run.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the last column statistics task run.
- See Also:
ExecutionStatus
-
statusAsString
public final String statusAsString()
The status of the last column statistics task run.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the last column statistics task run.
- See Also:
ExecutionStatus
-
columnStatisticsTaskRunId
public final String columnStatisticsTaskRunId()
A task run ID for the last column statistics task run.
- Returns:
- A task run ID for the last column statistics task run.
-
executionTimestamp
public final Instant executionTimestamp()
A timestamp when the last column statistics task run occurred.
- Returns:
- A timestamp when the last column statistics task run occurred.
-
errorMessage
public final String errorMessage()
An error message associated with the last column statistics task run.
- Returns:
- An error message associated with the last column statistics task run.
-
toBuilder
public ExecutionAttempt.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExecutionAttempt.Builder,ExecutionAttempt>
-
builder
public static ExecutionAttempt.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExecutionAttempt.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-