Interface GetJobResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetJobResponse.Builder,,- GetJobResponse> - MediaConvertResponse.Builder,- SdkBuilder<GetJobResponse.Builder,,- GetJobResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetJobResponse
@Mutable
@NotThreadSafe
public static interface GetJobResponse.Builder
extends MediaConvertResponse.Builder, SdkPojo, CopyableBuilder<GetJobResponse.Builder,GetJobResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault GetJobResponse.Builderjob(Consumer<Job.Builder> job) Each job converts an input file into an output file or files.Each job converts an input file into an output file or files.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.mediaconvert.model.MediaConvertResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
jobEach job converts an input file into an output file or files. For more information, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html- Parameters:
- job- Each job converts an input file into an output file or files. For more information, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
jobEach job converts an input file into an output file or files. For more information, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html This is a convenience method that creates an instance of theJob.Builderavoiding the need to create one manually viaJob.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tojob(Job).- Parameters:
- job- a consumer that will call methods on- Job.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-