Class JobBookmarkEntry
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.JobBookmarkEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<JobBookmarkEntry.Builder,JobBookmarkEntry>
@Generated("software.amazon.awssdk:codegen") public final class JobBookmarkEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobBookmarkEntry.Builder,JobBookmarkEntry>
Defines a point that a job can resume processing.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJobBookmarkEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Integerattempt()The attempt ID number.static JobBookmarkEntry.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringjobBookmark()The bookmark itself.StringjobName()The name of the job in question.StringpreviousRunId()The unique run identifier associated with the previous job run.Integerrun()The run ID number.StringrunId()The run ID number.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends JobBookmarkEntry.Builder>serializableBuilderClass()JobBookmarkEntry.BuildertoBuilder()StringtoString()Returns a string representation of this object.Integerversion()The version of the job.-
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
-
jobName
public final String jobName()
The name of the job in question.
- Returns:
- The name of the job in question.
-
version
public final Integer version()
The version of the job.
- Returns:
- The version of the job.
-
run
public final Integer run()
The run ID number.
- Returns:
- The run ID number.
-
attempt
public final Integer attempt()
The attempt ID number.
- Returns:
- The attempt ID number.
-
previousRunId
public final String previousRunId()
The unique run identifier associated with the previous job run.
- Returns:
- The unique run identifier associated with the previous job run.
-
runId
public final String runId()
The run ID number.
- Returns:
- The run ID number.
-
jobBookmark
public final String jobBookmark()
The bookmark itself.
- Returns:
- The bookmark itself.
-
toBuilder
public JobBookmarkEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<JobBookmarkEntry.Builder,JobBookmarkEntry>
-
builder
public static JobBookmarkEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends JobBookmarkEntry.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
-
-