public static interface DescribeJobResponse.Builder extends SnowballResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method 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 method 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 #subJobMetadata(List.
subJobMetadata - a consumer that will call methods on
JobMetadata.Builder#subJobMetadata(java.util.Collection) Copyright © 2022. All rights reserved.