Class JobRunAttemptSummary
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<JobRunAttemptSummary.Builder,- JobRunAttemptSummary> 
The summary of attributes associated with a job run attempt.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfinal StringThe ID of the application the job is running on.final Stringarn()The Amazon Resource Name (ARN) of the job run.final Integerattempt()The attempt number of the job run execution.static JobRunAttemptSummary.Builderbuilder()final InstantThe date and time when the job run attempt 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 Amazon Resource Name (ARN) of the execution role of the job run..final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringid()The ID of the job run attempt.final InstantThe date and time of when the job run was created.final JobRunModemode()The mode of the job run attempt.final StringThe mode of the job run attempt.final Stringname()The name of the job run attempt.final StringThe Amazon EMR release label of the job run attempt.static Class<? extends JobRunAttemptSummary.Builder> final JobRunStatestate()The state of the job run attempt.final StringThe state of the job run attempt.final StringThe state details of the job run attempt.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 the job run, such as Spark or Hive.final InstantThe date and time of when the job run attempt 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 name of the job run attempt. - Returns:
- The name of the job run attempt.
 
- 
modeThe mode of the job run attempt. 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 attempt.
- See Also:
 
- 
modeAsStringThe mode of the job run attempt. 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 attempt.
- See Also:
 
- 
arnThe Amazon Resource Name (ARN) of the job run. - Returns:
- The Amazon Resource Name (ARN) of the job run.
 
- 
createdByThe user who created the job run. - Returns:
- The user who created the job run.
 
- 
jobCreatedAtThe date and time of when the job run was created. - Returns:
- The date and time of when the job run was created.
 
- 
createdAtThe date and time when the job run attempt was created. - Returns:
- The date and time when the job run attempt was created.
 
- 
updatedAtThe 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.
 
- 
executionRoleThe Amazon Resource Name (ARN) of the execution role of the job run.. - Returns:
- The Amazon Resource Name (ARN) of the execution role of the job run..
 
- 
stateThe state of the job run attempt. 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 attempt.
- See Also:
 
- 
stateAsStringThe state of the job run attempt. 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 attempt.
- See Also:
 
- 
stateDetailsThe state details of the job run attempt. - Returns:
- The state details of the job run attempt.
 
- 
releaseLabelThe Amazon EMR release label of the job run attempt. - Returns:
- The Amazon EMR release label of the job run attempt.
 
- 
typeThe type of the job run, such as Spark or Hive. - Returns:
- The type of the job run, such as Spark or Hive.
 
- 
attemptThe attempt number of the job run execution. - Returns:
- The attempt number of the job run execution.
 
- 
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<JobRunAttemptSummary.Builder,- JobRunAttemptSummary> 
- 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.
 
 
-