Interface JobListEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<JobListEntry.Builder,JobListEntry>,SdkBuilder<JobListEntry.Builder,JobListEntry>,SdkPojo
- Enclosing class:
- JobListEntry
public static interface JobListEntry.Builder extends SdkPojo, CopyableBuilder<JobListEntry.Builder,JobListEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobListEntry.BuildercreationDate(Instant creationDate)The creation date for this job.JobListEntry.Builderdescription(String description)The optional description of this specific job, for exampleImportant Photos 2016-08-11.JobListEntry.BuilderisMaster(Boolean isMaster)A value that indicates that this job is a main job.JobListEntry.BuilderjobId(String jobId)The automatically generated ID for a job, for exampleJID123e4567-e89b-12d3-a456-426655440000.JobListEntry.BuilderjobState(String jobState)The current state of this job.JobListEntry.BuilderjobState(JobState jobState)The current state of this job.JobListEntry.BuilderjobType(String jobType)The type of job.JobListEntry.BuilderjobType(JobType jobType)The type of job.JobListEntry.BuildersnowballType(String snowballType)The type of device used with this job.JobListEntry.BuildersnowballType(SnowballType snowballType)The type of device used with this job.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
jobId
JobListEntry.Builder jobId(String jobId)
The automatically generated ID for a job, for example
JID123e4567-e89b-12d3-a456-426655440000.- Parameters:
jobId- The automatically generated ID for a job, for exampleJID123e4567-e89b-12d3-a456-426655440000.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobState
JobListEntry.Builder jobState(String jobState)
The current state of this job.
-
jobState
JobListEntry.Builder jobState(JobState jobState)
The current state of this job.
-
isMaster
JobListEntry.Builder isMaster(Boolean isMaster)
A value that indicates that this job is a main job. A main job represents a successful request to create an export job. Main jobs aren't associated with any Snowballs. Instead, each main 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 main job are listed, because they are created after the main job is created.
- Parameters:
isMaster- A value that indicates that this job is a main job. A main job represents a successful request to create an export job. Main jobs aren't associated with any Snowballs. Instead, each main 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 main job are listed, because they are created after the main job is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobType
JobListEntry.Builder jobType(String jobType)
The type of job.
-
jobType
JobListEntry.Builder jobType(JobType jobType)
The type of job.
-
snowballType
JobListEntry.Builder snowballType(String snowballType)
The type of device used with this job.
- Parameters:
snowballType- The type of device used with this job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SnowballType,SnowballType
-
snowballType
JobListEntry.Builder snowballType(SnowballType snowballType)
The type of device used with this job.
- Parameters:
snowballType- The type of device used with this job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SnowballType,SnowballType
-
creationDate
JobListEntry.Builder creationDate(Instant creationDate)
The creation date for this job.
- Parameters:
creationDate- The creation date for this job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
JobListEntry.Builder description(String description)
The optional description of this specific job, for example
Important Photos 2016-08-11.- Parameters:
description- The optional description of this specific job, for exampleImportant Photos 2016-08-11.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-