public static interface BatchStopResponse.Builder extends MediaLiveResponse.Builder, SdkPojo, CopyableBuilder<BatchStopResponse.Builder,BatchStopResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchStopResponse.Builder failed(Collection<BatchFailedResultModel> failed)
failed - List of failed operationsBatchStopResponse.Builder failed(BatchFailedResultModel... failed)
failed - List of failed operationsBatchStopResponse.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) BatchStopResponse.Builder successful(Collection<BatchSuccessfulResultModel> successful)
successful - List of successful operationsBatchStopResponse.Builder successful(BatchSuccessfulResultModel... successful)
successful - List of successful operationsBatchStopResponse.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.