public static interface InitiateJobResponse.Builder extends GlacierResponse.Builder, SdkPojo, CopyableBuilder<InitiateJobResponse.Builder,InitiateJobResponse>
| Modifier and Type | Method and Description |
|---|---|
InitiateJobResponse.Builder |
jobId(String jobId)
The ID of the job.
|
InitiateJobResponse.Builder |
jobOutputPath(String jobOutputPath)
The path to the location of where the select results are stored.
|
InitiateJobResponse.Builder |
location(String location)
The relative URI path of the job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildInitiateJobResponse.Builder location(String location)
The relative URI path of the job.
location - The relative URI path of the job.InitiateJobResponse.Builder jobId(String jobId)
The ID of the job.
jobId - The ID of the job.InitiateJobResponse.Builder jobOutputPath(String jobOutputPath)
The path to the location of where the select results are stored.
jobOutputPath - The path to the location of where the select results are stored.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.