public static interface JobRunSummary.Builder extends SdkPojo, CopyableBuilder<JobRunSummary.Builder,JobRunSummary>
Modifier and Type | Method and Description |
---|---|
JobRunSummary.Builder |
applicationId(String applicationId)
The ID of the application the job is running on.
|
JobRunSummary.Builder |
arn(String arn)
The ARN of the job run.
|
JobRunSummary.Builder |
createdAt(Instant createdAt)
The date and time when the job run was created.
|
JobRunSummary.Builder |
createdBy(String createdBy)
The user who created the job run.
|
JobRunSummary.Builder |
executionRole(String executionRole)
The execution role ARN of the job run.
|
JobRunSummary.Builder |
id(String id)
The ID of the job run.
|
JobRunSummary.Builder |
name(String name)
The optional job run name.
|
JobRunSummary.Builder |
releaseLabel(String releaseLabel)
The Amazon EMR release associated with the application your job is running on.
|
JobRunSummary.Builder |
state(JobRunState state)
The state of the job run.
|
JobRunSummary.Builder |
state(String state)
The state of the job run.
|
JobRunSummary.Builder |
stateDetails(String stateDetails)
The state details of the job run.
|
JobRunSummary.Builder |
type(String type)
The type of job run, such as Spark or Hive.
|
JobRunSummary.Builder |
updatedAt(Instant updatedAt)
The date and time when the job run was last updated.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
JobRunSummary.Builder applicationId(String applicationId)
The ID of the application the job is running on.
applicationId
- The ID of the application the job is running on.JobRunSummary.Builder id(String id)
The ID of the job run.
id
- The ID of the job run.JobRunSummary.Builder name(String name)
The optional job run name. This doesn't have to be unique.
name
- The optional job run name. This doesn't have to be unique.JobRunSummary.Builder arn(String arn)
The ARN of the job run.
arn
- The ARN of the job run.JobRunSummary.Builder createdBy(String createdBy)
The user who created the job run.
createdBy
- The user who created the job run.JobRunSummary.Builder createdAt(Instant createdAt)
The date and time when the job run was created.
createdAt
- The date and time when the job run was created.JobRunSummary.Builder updatedAt(Instant updatedAt)
The date and time when the job run was last updated.
updatedAt
- The date and time when the job run was last updated.JobRunSummary.Builder executionRole(String executionRole)
The execution role ARN of the job run.
executionRole
- The execution role ARN of the job run.JobRunSummary.Builder state(String state)
The state of the job run.
state
- The state of the job run.JobRunState
,
JobRunState
JobRunSummary.Builder state(JobRunState state)
The state of the job run.
state
- The state of the job run.JobRunState
,
JobRunState
JobRunSummary.Builder stateDetails(String stateDetails)
The state details of the job run.
stateDetails
- The state details of the job run.JobRunSummary.Builder releaseLabel(String releaseLabel)
The Amazon EMR release associated with the application your job is running on.
releaseLabel
- The Amazon EMR release associated with the application your job is running on.JobRunSummary.Builder type(String type)
The type of job run, such as Spark or Hive.
type
- The type of job run, such as Spark or Hive.Copyright © 2023. All rights reserved.