Class JobRunSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<JobRunSummary.Builder,JobRunSummary>
The summary of attributes associated with a job run.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe ID of the application the job is running on.final Stringarn()The ARN of the job run.static JobRunSummary.Builderbuilder()final InstantThe date and time when the job run was created.final StringThe user who created the job run.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final StringThe execution role ARN of the job run.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringid()The ID of the job run.final Stringname()The optional job run name.final StringThe Amazon EMR release associated with the application your job is running on.static Class<? extends JobRunSummary.Builder> final JobRunStatestate()The state of the job run.final StringThe state of the job run.final StringThe state details of the job run.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final Stringtype()The type of job run, such as Spark or Hive.final InstantThe date and time when the job run was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
applicationId
The ID of the application the job is running on.
- Returns:
- The ID of the application the job is running on.
-
id
The ID of the job run.
- Returns:
- The ID of the job run.
-
name
The optional job run name. This doesn't have to be unique.
- Returns:
- The optional job run name. This doesn't have to be unique.
-
arn
The ARN of the job run.
- Returns:
- The ARN of the job run.
-
createdBy
The user who created the job run.
- Returns:
- The user who created the job run.
-
createdAt
The date and time when the job run was created.
- Returns:
- The date and time when the job run was created.
-
updatedAt
The date and time when the job run was last updated.
- Returns:
- The date and time when the job run was last updated.
-
executionRole
The execution role ARN of the job run.
- Returns:
- The execution role ARN of the job run.
-
state
The state of the job run.
If the service returns an enum value that is not available in the current SDK version,
statewill returnJobRunState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The state of the job run.
- See Also:
-
stateAsString
The state of the job run.
If the service returns an enum value that is not available in the current SDK version,
statewill returnJobRunState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The state of the job run.
- See Also:
-
stateDetails
The state details of the job run.
- Returns:
- The state details of the job run.
-
releaseLabel
The Amazon EMR release associated with the application your job is running on.
- Returns:
- The Amazon EMR release associated with the application your job is running on.
-
type
The type of job run, such as Spark or Hive.
- Returns:
- The type of job run, such as Spark or Hive.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<JobRunSummary.Builder,JobRunSummary> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
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. -
getValueForField
-
sdkFields
-