Interface InitiateJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<InitiateJobResponse.Builder,
,InitiateJobResponse> GlacierResponse.Builder
,SdkBuilder<InitiateJobResponse.Builder,
,InitiateJobResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
InitiateJobResponse
@Mutable
@NotThreadSafe
public static interface InitiateJobResponse.Builder
extends GlacierResponse.Builder, SdkPojo, CopyableBuilder<InitiateJobResponse.Builder,InitiateJobResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the job.jobOutputPath
(String jobOutputPath) The path to the location of where the select results are stored.The relative URI path of the job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.glacier.model.GlacierResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
location
The relative URI path of the job.
- Parameters:
location
- The relative URI path of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
The ID of the job.
- Parameters:
jobId
- The ID of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobOutputPath
The path to the location of where the select results are stored.
- Parameters:
jobOutputPath
- The path to the location of where the select results are stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-