public static interface BatchStartResponse.Builder extends MediaLiveResponse.Builder, SdkPojo, CopyableBuilder<BatchStartResponse.Builder,BatchStartResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchStartResponse.Builder failed(Collection<BatchFailedResultModel> failed)
failed - List of failed operationsBatchStartResponse.Builder failed(BatchFailedResultModel... failed)
failed - List of failed operationsBatchStartResponse.Builder failed(Consumer<BatchFailedResultModel.Builder>... failed)
BatchFailedResultModel.Builder avoiding the need to
create one manually via
BatchFailedResultModel.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #failed(List.
failed - a consumer that will call methods on
BatchFailedResultModel.Builder#failed(java.util.Collection) BatchStartResponse.Builder successful(Collection<BatchSuccessfulResultModel> successful)
successful - List of successful operationsBatchStartResponse.Builder successful(BatchSuccessfulResultModel... successful)
successful - List of successful operationsBatchStartResponse.Builder successful(Consumer<BatchSuccessfulResultModel.Builder>... successful)
BatchSuccessfulResultModel.Builder avoiding the need
to create one manually via
BatchSuccessfulResultModel.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #successful(List.
successful - a consumer that will call methods on
BatchSuccessfulResultModel.Builder#successful(java.util.Collection) Copyright © 2022. All rights reserved.