Uses of Interface
software.amazon.awssdk.services.dataexchange.model.JobEntry.Builder
-
Packages that use JobEntry.Builder Package Description software.amazon.awssdk.services.dataexchange.model -
-
Uses of JobEntry.Builder in software.amazon.awssdk.services.dataexchange.model
Methods in software.amazon.awssdk.services.dataexchange.model that return JobEntry.Builder Modifier and Type Method Description JobEntry.Builder
JobEntry.Builder. arn(String arn)
The ARN for the job.static JobEntry.Builder
JobEntry. builder()
JobEntry.Builder
JobEntry.Builder. createdAt(Instant createdAt)
The date and time that the job was created, in ISO 8601 format.default JobEntry.Builder
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
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
JobEntry.Builder. errors(Collection<JobError> errors)
Errors for jobs.JobEntry.Builder
JobEntry.Builder. errors(Consumer<JobError.Builder>... errors)
Errors for jobs.JobEntry.Builder
JobEntry.Builder. errors(JobError... errors)
Errors for jobs.JobEntry.Builder
JobEntry.Builder. id(String id)
The unique identifier for the job.JobEntry.Builder
JobEntry.Builder. state(String state)
The state of the job.JobEntry.Builder
JobEntry.Builder. state(State state)
The state of the job.JobEntry.Builder
JobEntry. toBuilder()
JobEntry.Builder
JobEntry.Builder. type(String type)
The job type.JobEntry.Builder
JobEntry.Builder. type(Type type)
The job type.JobEntry.Builder
JobEntry.Builder. updatedAt(Instant updatedAt)
The date and time that the job was last updated, in ISO 8601 format.Methods in software.amazon.awssdk.services.dataexchange.model that return types with arguments of type JobEntry.Builder Modifier and Type Method Description static Class<? extends JobEntry.Builder>
JobEntry. serializableBuilderClass()
-