@Generated(value="software.amazon.awssdk:codegen") public final class JobBookmarkEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobBookmarkEntry.Builder,JobBookmarkEntry>
Defines a point which a job can resume processing.
Modifier and Type | Class and Description |
---|---|
static interface |
JobBookmarkEntry.Builder |
Modifier and Type | Method and Description |
---|---|
Integer |
attempt()
The attempt ID number.
|
static JobBookmarkEntry.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobBookmark()
The bookmark itself.
|
String |
jobName()
Name of the job in question.
|
Integer |
run()
The run ID number.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends JobBookmarkEntry.Builder> |
serializableBuilderClass() |
JobBookmarkEntry.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Integer |
version()
Version of the job.
|
copy
public String jobName()
Name of the job in question.
public Integer version()
Version of the job.
public Integer run()
The run ID number.
public Integer attempt()
The attempt ID number.
public String jobBookmark()
The bookmark itself.
public JobBookmarkEntry.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<JobBookmarkEntry.Builder,JobBookmarkEntry>
public static JobBookmarkEntry.Builder builder()
public static Class<? extends JobBookmarkEntry.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.