Interface InitiateJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<InitiateJobResponse.Builder,InitiateJobResponse>,GlacierResponse.Builder,SdkBuilder<InitiateJobResponse.Builder,InitiateJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- InitiateJobResponse
public static interface InitiateJobResponse.Builder extends GlacierResponse.Builder, SdkPojo, CopyableBuilder<InitiateJobResponse.Builder,InitiateJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InitiateJobResponse.BuilderjobId(String jobId)The ID of the job.InitiateJobResponse.BuilderjobOutputPath(String jobOutputPath)The path to the location of where the select results are stored.InitiateJobResponse.Builderlocation(String location)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 Detail
-
location
InitiateJobResponse.Builder location(String 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
InitiateJobResponse.Builder jobId(String 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
InitiateJobResponse.Builder jobOutputPath(String 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.
-
-