Interface JobRunSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<JobRunSummary.Builder,,- JobRunSummary> - SdkBuilder<JobRunSummary.Builder,,- JobRunSummary> - SdkPojo
- Enclosing class:
- JobRunSummary
- 
Method SummaryModifier and TypeMethodDescriptionapplicationId(String applicationId) The ID of the application the job is running on.The ARN of the job run.The attempt number of the job run execution.attemptCreatedAt(Instant attemptCreatedAt) The date and time of when the job run attempt was created.attemptUpdatedAt(Instant attemptUpdatedAt) The date and time of when the job run attempt was last updated.The date and time when the job run was created.The user who created the job run.executionRole(String executionRole) The execution role ARN of the job run.The ID of the job run.The mode of the job run.mode(JobRunMode mode) The mode of the job run.The optional job run name.releaseLabel(String releaseLabel) The Amazon EMR release associated with the application your job is running on.The state of the job run.state(JobRunState state) The state of the job run.stateDetails(String stateDetails) The state details of the job run.The type of job run, such as Spark or Hive.The date and time when the job run was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
applicationIdThe ID of the application the job is running on. - Parameters:
- applicationId- The ID of the application the job is running on.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
idThe ID of the job run. - Parameters:
- id- The ID of the job run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameThe optional job run name. This doesn't have to be unique. - Parameters:
- name- The optional job run name. This doesn't have to be unique.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
modeThe mode of the job run. - Parameters:
- mode- The mode of the job run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
modeThe mode of the job run. - Parameters:
- mode- The mode of the job run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
arnThe ARN of the job run. - Parameters:
- arn- The ARN of the job run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdByThe user who created the job run. - Parameters:
- createdBy- The user who created the job run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdAtThe date and time when the job run was created. - Parameters:
- createdAt- The date and time when the job run was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
updatedAtThe date and time when the job run was last updated. - Parameters:
- updatedAt- The date and time when the job run was last updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
executionRoleThe execution role ARN of the job run. - Parameters:
- executionRole- The execution role ARN of the job run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
stateThe state of the job run. - Parameters:
- state- The state of the job run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stateThe state of the job run. - Parameters:
- state- The state of the job run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stateDetailsThe state details of the job run. - Parameters:
- stateDetails- The state details of the job run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
releaseLabelThe Amazon EMR release associated with the application your job is running on. - Parameters:
- releaseLabel- The Amazon EMR release associated with the application your job is running on.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
typeThe type of job run, such as Spark or Hive. - Parameters:
- type- The type of job run, such as Spark or Hive.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
attemptThe attempt number of the job run execution. - Parameters:
- attempt- The attempt number of the job run execution.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
attemptCreatedAtThe date and time of when the job run attempt was created. - Parameters:
- attemptCreatedAt- The date and time of when the job run attempt was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
attemptUpdatedAtThe date and time of when the job run attempt was last updated. - Parameters:
- attemptUpdatedAt- The date and time of when the job run attempt was last updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-