Interface ListJobsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListJobsResponse.Builder,,- ListJobsResponse> - GlacierResponse.Builder,- SdkBuilder<ListJobsResponse.Builder,,- ListJobsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListJobsResponse
@Mutable
@NotThreadSafe
public static interface ListJobsResponse.Builder
extends GlacierResponse.Builder, SdkPojo, CopyableBuilder<ListJobsResponse.Builder,ListJobsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionjobList(Collection<GlacierJobDescription> jobList) A list of job objects.jobList(Consumer<GlacierJobDescription.Builder>... jobList) A list of job objects.jobList(GlacierJobDescription... jobList) A list of job objects.An opaque string used for pagination that specifies the job at which the listing of jobs should begin.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.glacier.model.GlacierResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
jobListA list of job objects. Each job object contains metadata describing the job. - Parameters:
- jobList- A list of job objects. Each job object contains metadata describing the job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
jobListA list of job objects. Each job object contains metadata describing the job. - Parameters:
- jobList- A list of job objects. Each job object contains metadata describing the job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
jobListA list of job objects. Each job object contains metadata describing the job. This is a convenience method that creates an instance of theGlacierJobDescription.Builderavoiding the need to create one manually viaGlacierJobDescription.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tojobList(List<GlacierJobDescription>).- Parameters:
- jobList- a consumer that will call methods on- GlacierJobDescription.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
markerAn opaque string used for pagination that specifies the job at which the listing of jobs should begin. You get the markervalue from a previous List Jobs response. You only need to include the marker if you are continuing the pagination of the results started in a previous List Jobs request.- Parameters:
- marker- An opaque string used for pagination that specifies the job at which the listing of jobs should begin. You get the- markervalue from a previous List Jobs response. You only need to include the marker if you are continuing the pagination of the results started in a previous List Jobs request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-