| Package | Description |
|---|---|
| software.amazon.awssdk.services.dataexchange.model |
| Modifier and Type | Method and 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(State state)
The state of the job.
|
JobEntry.Builder |
JobEntry.Builder.state(String 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JobEntry.Builder> |
JobEntry.serializableBuilderClass() |
Copyright © 2023. All rights reserved.