CopyableBuilder<DescribeJobResponse.Builder,DescribeJobResponse>, SdkBuilder<DescribeJobResponse.Builder,DescribeJobResponse>public static interface DescribeJobResponse.Builder extends CopyableBuilder<DescribeJobResponse.Builder,DescribeJobResponse>
| Modifier and Type | Method | Description |
|---|---|---|
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(JobMetadata... subJobMetadata) |
Information about a specific job part (in the case of an export job), including shipping information, job
status, and other important metadata.
|
copyapply, 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.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.
NOTE: This method appends the values to the existing list (if any). Use
#setSubJobMetadata(java.util.Collection) or #withSubJobMetadata(java.util.Collection) if you
want to override the existing values.
subJobMetadata - Information about a specific job part (in the case of an export job), including shipping information,
job status, and other important metadata.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.