Interface DescribeJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeJobResponse.Builder,
,DescribeJobResponse> SdkBuilder<DescribeJobResponse.Builder,
,DescribeJobResponse> SdkPojo
,SdkResponse.Builder
,SnowballResponse.Builder
- Enclosing class:
DescribeJobResponse
-
Method Summary
Modifier and TypeMethodDescriptiondefault DescribeJobResponse.Builder
jobMetadata
(Consumer<JobMetadata.Builder> jobMetadata) Information about a specific job, including shipping information, job status, and other important metadata.jobMetadata
(JobMetadata jobMetadata) Information about a specific job, including shipping information, job status, and other important metadata.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
(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.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.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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.snowball.model.SnowballResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
jobMetadata
Information about a specific job, including shipping information, job status, and other important metadata.
- Parameters:
jobMetadata
- Information about a specific job, including shipping information, job status, and other important metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaJobMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tojobMetadata(JobMetadata)
.- Parameters:
jobMetadata
- a consumer that will call methods onJobMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
subJobMetadata
Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.
- Parameters:
subJobMetadata
- Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subJobMetadata
Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.
- Parameters:
subJobMetadata
- Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaJobMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosubJobMetadata(List<JobMetadata>)
.- Parameters:
subJobMetadata
- a consumer that will call methods onJobMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-