Interface JobSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<JobSummary.Builder,,JobSummary> SdkBuilder<JobSummary.Builder,,JobSummary> SdkPojo
- Enclosing class:
JobSummary
@Mutable
@NotThreadSafe
public static interface JobSummary.Builder
extends SdkPojo, CopyableBuilder<JobSummary.Builder,JobSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime(Instant creationTime) The date and time that the job was created.The date and time that the job ended.The Amazon Resource Name (ARN) of the job.jobCategory(String jobCategory) The category of the job.jobCategory(JobCategory jobCategory) The category of the job.The name of the job.jobSecondaryStatus(String jobSecondaryStatus) The secondary status of the job, providing more granular information about the job's progress.jobSecondaryStatus(JobSecondaryStatus jobSecondaryStatus) The secondary status of the job, providing more granular information about the job's progress.The current status of the job.The current status of the job.lastModifiedTime(Instant lastModifiedTime) The date and time that the job was last modified.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
-
jobArn
The Amazon Resource Name (ARN) of the job.
- Parameters:
jobArn- The Amazon Resource Name (ARN) of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobName
The name of the job.
- Parameters:
jobName- The name of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobCategory
The category of the job.
- Parameters:
jobCategory- The category of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobCategory
The category of the job.
- Parameters:
jobCategory- The category of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobStatus
The current status of the job.
- Parameters:
jobStatus- The current status of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobStatus
The current status of the job.
- Parameters:
jobStatus- The current status of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobSecondaryStatus
The secondary status of the job, providing more granular information about the job's progress. Secondary statuses may change between releases.
- Parameters:
jobSecondaryStatus- The secondary status of the job, providing more granular information about the job's progress. Secondary statuses may change between releases.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobSecondaryStatus
The secondary status of the job, providing more granular information about the job's progress. Secondary statuses may change between releases.
- Parameters:
jobSecondaryStatus- The secondary status of the job, providing more granular information about the job's progress. Secondary statuses may change between releases.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTime
The date and time that the job was created.
- Parameters:
creationTime- The date and time that the job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The date and time that the job was last modified.
- Parameters:
lastModifiedTime- The date and time that the job was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The date and time that the job ended.
- Parameters:
endTime- The date and time that the job ended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-