Uses of Interface
software.amazon.awssdk.services.elastictranscoder.model.ListJobsByStatusResponse.Builder
-
Packages that use ListJobsByStatusResponse.Builder Package Description software.amazon.awssdk.services.elastictranscoder.model -
-
Uses of ListJobsByStatusResponse.Builder in software.amazon.awssdk.services.elastictranscoder.model
Methods in software.amazon.awssdk.services.elastictranscoder.model that return ListJobsByStatusResponse.Builder Modifier and Type Method Description static ListJobsByStatusResponse.BuilderListJobsByStatusResponse. builder()ListJobsByStatusResponse.BuilderListJobsByStatusResponse.Builder. jobs(Collection<Job> jobs)An array ofJobobjects that have the specified status.ListJobsByStatusResponse.BuilderListJobsByStatusResponse.Builder. jobs(Consumer<Job.Builder>... jobs)An array ofJobobjects that have the specified status.ListJobsByStatusResponse.BuilderListJobsByStatusResponse.Builder. jobs(Job... jobs)An array ofJobobjects that have the specified status.ListJobsByStatusResponse.BuilderListJobsByStatusResponse.Builder. nextPageToken(String nextPageToken)A value that you use to access the second and subsequent pages of results, if any.ListJobsByStatusResponse.BuilderListJobsByStatusResponse. toBuilder()Methods in software.amazon.awssdk.services.elastictranscoder.model that return types with arguments of type ListJobsByStatusResponse.Builder Modifier and Type Method Description static Class<? extends ListJobsByStatusResponse.Builder>ListJobsByStatusResponse. serializableBuilderClass()
-