Interface JobRunAttemptSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<JobRunAttemptSummary.Builder,JobRunAttemptSummary>,SdkBuilder<JobRunAttemptSummary.Builder,JobRunAttemptSummary>,SdkPojo
- Enclosing class:
- JobRunAttemptSummary
public static interface JobRunAttemptSummary.Builder extends SdkPojo, CopyableBuilder<JobRunAttemptSummary.Builder,JobRunAttemptSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobRunAttemptSummary.BuilderapplicationId(String applicationId)The ID of the application the job is running on.JobRunAttemptSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the job run.JobRunAttemptSummary.Builderattempt(Integer attempt)The attempt number of the job run execution.JobRunAttemptSummary.BuildercreatedAt(Instant createdAt)The date and time when the job run attempt was created.JobRunAttemptSummary.BuildercreatedBy(String createdBy)The user who created the job run.JobRunAttemptSummary.BuilderexecutionRole(String executionRole)The Amazon Resource Name (ARN) of the execution role of the job run..JobRunAttemptSummary.Builderid(String id)The ID of the job run attempt.JobRunAttemptSummary.BuilderjobCreatedAt(Instant jobCreatedAt)The date and time of when the job run was created.JobRunAttemptSummary.Buildermode(String mode)The mode of the job run attempt.JobRunAttemptSummary.Buildermode(JobRunMode mode)The mode of the job run attempt.JobRunAttemptSummary.Buildername(String name)The name of the job run attempt.JobRunAttemptSummary.BuilderreleaseLabel(String releaseLabel)The Amazon EMR release label of the job run attempt.JobRunAttemptSummary.Builderstate(String state)The state of the job run attempt.JobRunAttemptSummary.Builderstate(JobRunState state)The state of the job run attempt.JobRunAttemptSummary.BuilderstateDetails(String stateDetails)The state details of the job run attempt.JobRunAttemptSummary.Buildertype(String type)The type of the job run, such as Spark or Hive.JobRunAttemptSummary.BuilderupdatedAt(Instant updatedAt)The date and time of when the job run attempt was last updated.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
applicationId
JobRunAttemptSummary.Builder applicationId(String applicationId)
The 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.
-
id
JobRunAttemptSummary.Builder id(String id)
The ID of the job run attempt.
- Parameters:
id- The ID of the job run attempt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
JobRunAttemptSummary.Builder name(String name)
The name of the job run attempt.
- Parameters:
name- The name of the job run attempt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mode
JobRunAttemptSummary.Builder mode(String mode)
The mode of the job run attempt.
- Parameters:
mode- The mode of the job run attempt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
JobRunMode,JobRunMode
-
mode
JobRunAttemptSummary.Builder mode(JobRunMode mode)
The mode of the job run attempt.
- Parameters:
mode- The mode of the job run attempt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
JobRunMode,JobRunMode
-
arn
JobRunAttemptSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the job run.
- Parameters:
arn- The Amazon Resource Name (ARN) of the job run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
JobRunAttemptSummary.Builder createdBy(String createdBy)
The 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.
-
jobCreatedAt
JobRunAttemptSummary.Builder jobCreatedAt(Instant jobCreatedAt)
The date and time of when the job run was created.
- Parameters:
jobCreatedAt- The date and time of when the job run was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
JobRunAttemptSummary.Builder createdAt(Instant createdAt)
The date and time when the job run attempt was created.
- Parameters:
createdAt- The date and time when the job run attempt was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
JobRunAttemptSummary.Builder updatedAt(Instant updatedAt)
The date and time of when the job run attempt was last updated.
- Parameters:
updatedAt- 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.
-
executionRole
JobRunAttemptSummary.Builder executionRole(String executionRole)
The Amazon Resource Name (ARN) of the execution role of the job run..
- Parameters:
executionRole- The Amazon Resource Name (ARN) of the execution role of the job run..- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
JobRunAttemptSummary.Builder state(String state)
The state of the job run attempt.
- Parameters:
state- The state of the job run attempt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
JobRunState,JobRunState
-
state
JobRunAttemptSummary.Builder state(JobRunState state)
The state of the job run attempt.
- Parameters:
state- The state of the job run attempt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
JobRunState,JobRunState
-
stateDetails
JobRunAttemptSummary.Builder stateDetails(String stateDetails)
The state details of the job run attempt.
- Parameters:
stateDetails- The state details of the job run attempt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
releaseLabel
JobRunAttemptSummary.Builder releaseLabel(String releaseLabel)
The Amazon EMR release label of the job run attempt.
- Parameters:
releaseLabel- The Amazon EMR release label of the job run attempt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
JobRunAttemptSummary.Builder type(String type)
The type of the job run, such as Spark or Hive.
- Parameters:
type- The type of the job run, such as Spark or Hive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attempt
JobRunAttemptSummary.Builder attempt(Integer attempt)
The 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.
-
-