Interface ProcessingJobSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProcessingJobSummary.Builder,ProcessingJobSummary>,SdkBuilder<ProcessingJobSummary.Builder,ProcessingJobSummary>,SdkPojo
- Enclosing class:
- ProcessingJobSummary
public static interface ProcessingJobSummary.Builder extends SdkPojo, CopyableBuilder<ProcessingJobSummary.Builder,ProcessingJobSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessingJobSummary.BuildercreationTime(Instant creationTime)The time at which the processing job was created.ProcessingJobSummary.BuilderexitMessage(String exitMessage)An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.ProcessingJobSummary.BuilderfailureReason(String failureReason)A string, up to one KB in size, that contains the reason a processing job failed, if it failed.ProcessingJobSummary.BuilderlastModifiedTime(Instant lastModifiedTime)A timestamp that indicates the last time the processing job was modified.ProcessingJobSummary.BuilderprocessingEndTime(Instant processingEndTime)The time at which the processing job completed.ProcessingJobSummary.BuilderprocessingJobArn(String processingJobArn)The Amazon Resource Name (ARN) of the processing job..ProcessingJobSummary.BuilderprocessingJobName(String processingJobName)The name of the processing job.ProcessingJobSummary.BuilderprocessingJobStatus(String processingJobStatus)The status of the processing job.ProcessingJobSummary.BuilderprocessingJobStatus(ProcessingJobStatus processingJobStatus)The status of the processing job.-
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
-
processingJobName
ProcessingJobSummary.Builder processingJobName(String processingJobName)
The name of the processing job.
- Parameters:
processingJobName- The name of the processing job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
processingJobArn
ProcessingJobSummary.Builder processingJobArn(String processingJobArn)
The Amazon Resource Name (ARN) of the processing job..
- Parameters:
processingJobArn- The Amazon Resource Name (ARN) of the processing job..- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
ProcessingJobSummary.Builder creationTime(Instant creationTime)
The time at which the processing job was created.
- Parameters:
creationTime- The time at which the processing job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
processingEndTime
ProcessingJobSummary.Builder processingEndTime(Instant processingEndTime)
The time at which the processing job completed.
- Parameters:
processingEndTime- The time at which the processing job completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
ProcessingJobSummary.Builder lastModifiedTime(Instant lastModifiedTime)
A timestamp that indicates the last time the processing job was modified.
- Parameters:
lastModifiedTime- A timestamp that indicates the last time the processing job was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
processingJobStatus
ProcessingJobSummary.Builder processingJobStatus(String processingJobStatus)
The status of the processing job.
- Parameters:
processingJobStatus- The status of the processing job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProcessingJobStatus,ProcessingJobStatus
-
processingJobStatus
ProcessingJobSummary.Builder processingJobStatus(ProcessingJobStatus processingJobStatus)
The status of the processing job.
- Parameters:
processingJobStatus- The status of the processing job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProcessingJobStatus,ProcessingJobStatus
-
failureReason
ProcessingJobSummary.Builder failureReason(String failureReason)
A string, up to one KB in size, that contains the reason a processing job failed, if it failed.
- Parameters:
failureReason- A string, up to one KB in size, that contains the reason a processing job failed, if it failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exitMessage
ProcessingJobSummary.Builder exitMessage(String exitMessage)
An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.
- Parameters:
exitMessage- An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-