public static interface JobEntry.Builder extends SdkPojo, CopyableBuilder<JobEntry.Builder,JobEntry>
| Modifier and Type | Method and Description |
|---|---|
JobEntry.Builder |
arn(String arn)
The ARN for the job.
|
JobEntry.Builder |
createdAt(Instant createdAt)
The date and time that the job was created, in ISO 8601 format.
|
default JobEntry.Builder |
details(Consumer<ResponseDetails.Builder> details)
Details of the operation to be performed by the job, such as export destination details or import source
details.
|
JobEntry.Builder |
details(ResponseDetails details)
Details of the operation to be performed by the job, such as export destination details or import source
details.
|
JobEntry.Builder |
errors(Collection<JobError> errors)
Errors for jobs.
|
JobEntry.Builder |
errors(Consumer<JobError.Builder>... errors)
Errors for jobs.
|
JobEntry.Builder |
errors(JobError... errors)
Errors for jobs.
|
JobEntry.Builder |
id(String id)
The unique identifier for the job.
|
JobEntry.Builder |
state(State state)
The state of the job.
|
JobEntry.Builder |
state(String state)
The state of the job.
|
JobEntry.Builder |
type(String type)
The job type.
|
JobEntry.Builder |
type(Type type)
The job type.
|
JobEntry.Builder |
updatedAt(Instant updatedAt)
The date and time that the job was last updated, in ISO 8601 format.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJobEntry.Builder arn(String arn)
The ARN for the job.
arn - The ARN for the job.JobEntry.Builder createdAt(Instant createdAt)
The date and time that the job was created, in ISO 8601 format.
createdAt - The date and time that the job was created, in ISO 8601 format.JobEntry.Builder details(ResponseDetails details)
Details of the operation to be performed by the job, such as export destination details or import source details.
details - Details of the operation to be performed by the job, such as export destination details or import
source details.default JobEntry.Builder details(Consumer<ResponseDetails.Builder> details)
Details of the operation to be performed by the job, such as export destination details or import source details.
This is a convenience method that creates an instance of theResponseDetails.Builder avoiding the
need to create one manually via ResponseDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to details(ResponseDetails).
details - a consumer that will call methods on ResponseDetails.Builderdetails(ResponseDetails)JobEntry.Builder errors(Collection<JobError> errors)
Errors for jobs.
errors - Errors for jobs.JobEntry.Builder errors(JobError... errors)
Errors for jobs.
errors - Errors for jobs.JobEntry.Builder errors(Consumer<JobError.Builder>... errors)
Errors for jobs.
This is a convenience method that creates an instance of theJobError.Builder avoiding the need to create one
manually via JobError.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #errors(List.
errors - a consumer that will call methods on
JobError.Builder#errors(java.util.Collection) JobEntry.Builder id(String id)
The unique identifier for the job.
id - The unique identifier for the job.JobEntry.Builder state(String state)
The state of the job.
JobEntry.Builder state(State state)
The state of the job.
JobEntry.Builder type(String type)
The job type.
JobEntry.Builder type(Type type)
The job type.
JobEntry.Builder updatedAt(Instant updatedAt)
The date and time that the job was last updated, in ISO 8601 format.
updatedAt - The date and time that the job was last updated, in ISO 8601 format.Copyright © 2023. All rights reserved.