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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
InitiateJobResponse.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.