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.BuilderJobEntry.Builder. arn(String arn)The ARN for the job.static JobEntry.BuilderJobEntry. builder()JobEntry.BuilderJobEntry.Builder. createdAt(Instant createdAt)The date and time that the job was created, in ISO 8601 format.default JobEntry.BuilderJobEntry.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.BuilderJobEntry.Builder. details(ResponseDetails details)Details of the operation to be performed by the job, such as export destination details or import source details.JobEntry.BuilderJobEntry.Builder. errors(Collection<JobError> errors)Errors for jobs.JobEntry.BuilderJobEntry.Builder. errors(Consumer<JobError.Builder>... errors)Errors for jobs.JobEntry.BuilderJobEntry.Builder. errors(JobError... errors)Errors for jobs.JobEntry.BuilderJobEntry.Builder. id(String id)The unique identifier for the job.JobEntry.BuilderJobEntry.Builder. state(String state)The state of the job.JobEntry.BuilderJobEntry.Builder. state(State state)The state of the job.JobEntry.BuilderJobEntry. toBuilder()JobEntry.BuilderJobEntry.Builder. type(String type)The job type.JobEntry.BuilderJobEntry.Builder. type(Type type)The job type.JobEntry.BuilderJobEntry.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()
-