CopyableBuilder<JobListEntry.Builder,JobListEntry>
, SdkBuilder<JobListEntry.Builder,JobListEntry>
public static interface JobListEntry.Builder extends CopyableBuilder<JobListEntry.Builder,JobListEntry>
Modifier and Type | Method | Description |
---|---|---|
JobListEntry.Builder |
creationDate(Date creationDate) |
The creation date for this job.
|
JobListEntry.Builder |
description(String description) |
The optional description of this specific job, for example
Important Photos 2016-08-11 . |
JobListEntry.Builder |
isMaster(Boolean isMaster) |
A value that indicates that this job is a master job.
|
JobListEntry.Builder |
jobId(String jobId) |
The automatically generated ID for a job, for example
JID123e4567-e89b-12d3-a456-426655440000 . |
JobListEntry.Builder |
jobState(String jobState) |
The current state of this job.
|
JobListEntry.Builder |
jobState(JobState jobState) |
The current state of this job.
|
JobListEntry.Builder |
jobType(String jobType) |
The type of job.
|
JobListEntry.Builder |
jobType(JobType jobType) |
The type of job.
|
JobListEntry.Builder |
snowballType(String snowballType) |
The type of appliance used with this job.
|
JobListEntry.Builder |
snowballType(SnowballType snowballType) |
The type of appliance used with this job.
|
copy
apply, build
JobListEntry.Builder jobId(String jobId)
The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000
.
jobId
- The automatically generated ID for a job, for example
JID123e4567-e89b-12d3-a456-426655440000
.JobListEntry.Builder jobState(String jobState)
The current state of this job.
jobState
- The current state of this job.JobState
JobListEntry.Builder jobState(JobState jobState)
The current state of this job.
jobState
- The current state of this job.JobState
JobListEntry.Builder isMaster(Boolean isMaster)
A value that indicates that this job is a master job. A master job represents a successful request to create an export job. Master jobs aren't associated with any Snowballs. Instead, each master job will have at least one job part, and each job part is associated with a Snowball. It might take some time before the job parts associated with a particular master job are listed, because they are created after the master job is created.
isMaster
- A value that indicates that this job is a master job. A master job represents a successful request to
create an export job. Master jobs aren't associated with any Snowballs. Instead, each master job will
have at least one job part, and each job part is associated with a Snowball. It might take some time
before the job parts associated with a particular master job are listed, because they are created
after the master job is created.JobListEntry.Builder jobType(String jobType)
The type of job.
jobType
- The type of job.JobType
JobListEntry.Builder jobType(JobType jobType)
The type of job.
jobType
- The type of job.JobType
JobListEntry.Builder snowballType(String snowballType)
The type of appliance used with this job.
snowballType
- The type of appliance used with this job.SnowballType
JobListEntry.Builder snowballType(SnowballType snowballType)
The type of appliance used with this job.
snowballType
- The type of appliance used with this job.SnowballType
JobListEntry.Builder creationDate(Date creationDate)
The creation date for this job.
creationDate
- The creation date for this job.JobListEntry.Builder description(String description)
The optional description of this specific job, for example Important Photos 2016-08-11
.
description
- The optional description of this specific job, for example Important Photos 2016-08-11
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.