Interface JobRunSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<JobRunSummary.Builder,,JobRunSummary> SdkBuilder<JobRunSummary.Builder,,JobRunSummary> SdkPojo
- Enclosing class:
JobRunSummary
@Mutable
@NotThreadSafe
public static interface JobRunSummary.Builder
extends SdkPojo, CopyableBuilder<JobRunSummary.Builder,JobRunSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp at which job run was created.The user who created the job run.The domain ID of the job run.The end time of a job run.default JobRunSummary.Buildererror(Consumer<JobRunError.Builder> error) The error of a job run.error(JobRunError error) The error of a job run.The job ID of a job run.The job type of a job run.The job type of a job run.The run ID of a job run.The run mode of a job run.runMode(JobRunMode runMode) The run mode of a job run.The start time of a job run.The status of a job run.status(JobRunStatus status) The status of a job run.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
createdAt
The timestamp at which job run was created.
- Parameters:
createdAt- The timestamp at which job run was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
domainId
The domain ID of the job run.
- Parameters:
domainId- The domain ID of the job run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The end time of a job run.
- Parameters:
endTime- The end time of a job run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
error
The error of a job run.
- Parameters:
error- The error of a job run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
error
The error of a job run.
This is a convenience method that creates an instance of theJobRunError.Builderavoiding the need to create one manually viaJobRunError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerror(JobRunError).- Parameters:
error- a consumer that will call methods onJobRunError.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobId
The job ID of a job run.
- Parameters:
jobId- The job ID of a job run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobType
The job type of a job run.
- Parameters:
jobType- The job type of a job run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobType
The job type of a job run.
- Parameters:
jobType- The job type of a job run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
runId
The run ID of a job run.
- Parameters:
runId- The run ID of a job run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runMode
The run mode of a job run.
- Parameters:
runMode- The run mode of a job run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
runMode
The run mode of a job run.
- Parameters:
runMode- The run mode of a job run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
startTime
The start time of a job run.
- Parameters:
startTime- The start time of a job run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of a job run.
- Parameters:
status- The status of a job run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of a job run.
- Parameters:
status- The status of a job run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-