public static interface InitiateJobResponse.Builder extends GlacierResponse.Builder, CopyableBuilder<InitiateJobResponse.Builder,InitiateJobResponse>
Modifier and Type | Method and Description |
---|---|
InitiateJobResponse.Builder |
jobId(String jobId)
The ID of the job.
|
InitiateJobResponse.Builder |
location(String location)
The relative URI path of the job.
|
build
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.