Interface ListJobsResponseEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ListJobsResponseEntry.Builder,,ListJobsResponseEntry> SdkBuilder<ListJobsResponseEntry.Builder,,ListJobsResponseEntry> SdkPojo
- Enclosing class:
ListJobsResponseEntry
-
Method Summary
Modifier and TypeMethodDescriptionAction performed by the job.Action performed by the job.default ListJobsResponseEntry.BuilderactionOptions(Consumer<JobActionOptions.Builder> actionOptions) Additional options for configuring job action parameters.actionOptions(JobActionOptions actionOptions) Additional options for configuring job action parameters.Job creation time in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sss.Job completion time in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sss.default ListJobsResponseEntry.Buildererror(Consumer<JobError.Builder> error) Error information if the job failed.Error information if the job failed.executionRoleArn(String executionRoleArn) IAM role used for job execution.default ListJobsResponseEntry.BuilderinputOptions(Consumer<JobInputOptions.Builder> inputOptions) Input configuration.inputOptions(JobInputOptions inputOptions) Input configuration.Amazon Resource Name (ARN) of the job.Unique job identifier.Job name (if provided during creation).default ListJobsResponseEntry.BuilderoutputOptions(Consumer<JobOutputOptions.Builder> outputOptions) Output configuration.outputOptions(JobOutputOptions outputOptions) Output configuration.Current job status.Current job status.Last update time in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sss.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
-
action
Action performed by the job.
- Parameters:
action- Action performed by the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
action
Action performed by the job.
- Parameters:
action- Action performed by the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
actionOptions
Additional options for configuring job action parameters.
- Parameters:
actionOptions- Additional options for configuring job action parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionOptions
default ListJobsResponseEntry.Builder actionOptions(Consumer<JobActionOptions.Builder> actionOptions) Additional options for configuring job action parameters.
This is a convenience method that creates an instance of theJobActionOptions.Builderavoiding the need to create one manually viaJobActionOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toactionOptions(JobActionOptions).- Parameters:
actionOptions- a consumer that will call methods onJobActionOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
-
executionRoleArn
IAM role used for job execution.
- Parameters:
executionRoleArn- IAM role used for job execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endedAt
Job completion time in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sss. Only returned for jobs in a terminal status:Completed|Failed|Cancelled.- Parameters:
endedAt- Job completion time in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sss. Only returned for jobs in a terminal status:Completed|Failed|Cancelled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
error
Error information if the job failed.
- Parameters:
error- Error information if the job failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
error
Error information if the job failed.
This is a convenience method that creates an instance of theJobError.Builderavoiding the need to create one manually viaJobError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerror(JobError).- Parameters:
error- a consumer that will call methods onJobError.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
inputOptions
Input configuration.
- Parameters:
inputOptions- Input configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputOptions
Input configuration.
This is a convenience method that creates an instance of theJobInputOptions.Builderavoiding the need to create one manually viaJobInputOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinputOptions(JobInputOptions).- Parameters:
inputOptions- a consumer that will call methods onJobInputOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobId
Unique job identifier.
- Parameters:
jobId- Unique job identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobArn
Amazon Resource Name (ARN) of the job.
- Parameters:
jobArn- Amazon Resource Name (ARN) of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Job name (if provided during creation).
- Parameters:
name- Job name (if provided during creation).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputOptions
Output configuration.
- Parameters:
outputOptions- Output configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputOptions
default ListJobsResponseEntry.Builder outputOptions(Consumer<JobOutputOptions.Builder> outputOptions) Output configuration.
This is a convenience method that creates an instance of theJobOutputOptions.Builderavoiding the need to create one manually viaJobOutputOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutputOptions(JobOutputOptions).- Parameters:
outputOptions- a consumer that will call methods onJobOutputOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Current job status.
- Parameters:
status- Current job status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Current job status.
- Parameters:
status- Current job status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updatedAt
-