public static interface DescribeJobResponse.Builder extends SnowballResponse.Builder, CopyableBuilder<DescribeJobResponse.Builder,DescribeJobResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeJobResponse.Builder |
jobMetadata(Consumer<JobMetadata.Builder> jobMetadata)
Information about a specific job, including shipping information, job status, and other important metadata.
|
DescribeJobResponse.Builder |
jobMetadata(JobMetadata jobMetadata)
Information about a specific job, including shipping information, job status, and other important metadata.
|
DescribeJobResponse.Builder |
subJobMetadata(Collection<JobMetadata> subJobMetadata)
Information about a specific job part (in the case of an export job), including shipping information, job
status, and other important metadata.
|
DescribeJobResponse.Builder |
subJobMetadata(Consumer<JobMetadata.Builder>... subJobMetadata)
Information about a specific job part (in the case of an export job), including shipping information, job
status, and other important metadata.
|
DescribeJobResponse.Builder |
subJobMetadata(JobMetadata... subJobMetadata)
Information about a specific job part (in the case of an export job), including shipping information, job
status, and other important metadata.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeJobResponse.Builder jobMetadata(JobMetadata jobMetadata)
Information about a specific job, including shipping information, job status, and other important metadata.
jobMetadata - Information about a specific job, including shipping information, job status, and other important
metadata.default DescribeJobResponse.Builder jobMetadata(Consumer<JobMetadata.Builder> jobMetadata)
Information about a specific job, including shipping information, job status, and other important metadata.
This is a convenience that creates an instance of theJobMetadata.Builder avoiding the need to create
one manually via JobMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to jobMetadata(JobMetadata).jobMetadata - a consumer that will call methods on JobMetadata.BuilderjobMetadata(JobMetadata)DescribeJobResponse.Builder subJobMetadata(Collection<JobMetadata> subJobMetadata)
Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.
subJobMetadata - Information about a specific job part (in the case of an export job), including shipping information,
job status, and other important metadata.DescribeJobResponse.Builder subJobMetadata(JobMetadata... subJobMetadata)
Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.
subJobMetadata - Information about a specific job part (in the case of an export job), including shipping information,
job status, and other important metadata.DescribeJobResponse.Builder subJobMetadata(Consumer<JobMetadata.Builder>... subJobMetadata)
Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #subJobMetadata(List) .subJobMetadata - a consumer that will call methods on List.Builder #subJobMetadata(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.