Class JobRunSummary
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<JobRunSummary.Builder,- JobRunSummary> 
The summary of attributes associated with a job run.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfinal StringThe ID of the application the job is running on.final Stringarn()The ARN of the job run.final Integerattempt()The attempt number of the job run execution.final InstantThe date and time of when the job run attempt was created.final InstantThe date and time of when the job run attempt was last updated.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 JobRunModemode()The mode of the job run.final StringThe mode 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.ToCopyableBuildercopy
- 
Method Details- 
applicationIdThe ID of the application the job is running on. - Returns:
- The ID of the application the job is running on.
 
- 
id
- 
nameThe optional job run name. This doesn't have to be unique. - Returns:
- The optional job run name. This doesn't have to be unique.
 
- 
modeThe mode of the job run. If the service returns an enum value that is not available in the current SDK version, modewill returnJobRunMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodeAsString().- Returns:
- The mode of the job run.
- See Also:
 
- 
modeAsStringThe mode of the job run. If the service returns an enum value that is not available in the current SDK version, modewill returnJobRunMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodeAsString().- Returns:
- The mode of the job run.
- See Also:
 
- 
arn
- 
createdByThe user who created the job run. - Returns:
- The user who created the job run.
 
- 
createdAtThe date and time when the job run was created. - Returns:
- The date and time when the job run was created.
 
- 
updatedAtThe date and time when the job run was last updated. - Returns:
- The date and time when the job run was last updated.
 
- 
executionRoleThe execution role ARN of the job run. - Returns:
- The execution role ARN of the job run.
 
- 
stateThe 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:
 
- 
stateAsStringThe 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:
 
- 
stateDetailsThe state details of the job run. - Returns:
- The state details of the job run.
 
- 
releaseLabelThe 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.
 
- 
typeThe type of job run, such as Spark or Hive. - Returns:
- The type of job run, such as Spark or Hive.
 
- 
attemptThe attempt number of the job run execution. - Returns:
- The attempt number of the job run execution.
 
- 
attemptCreatedAtThe date and time of when the job run attempt was created. - Returns:
- The date and time of when the job run attempt was created.
 
- 
attemptUpdatedAtThe date and time of when the job run attempt was last updated. - Returns:
- The date and time of when the job run attempt was last updated.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<JobRunSummary.Builder,- JobRunSummary> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription 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 interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-