public static interface BatchDeleteImportDataResponse.Builder extends ApplicationDiscoveryResponse.Builder, SdkPojo, CopyableBuilder<BatchDeleteImportDataResponse.Builder,BatchDeleteImportDataResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteImportDataResponse.Builder |
errors(BatchDeleteImportDataError... errors)
Error messages returned for each import task that you deleted as a response for this command.
|
BatchDeleteImportDataResponse.Builder |
errors(Collection<BatchDeleteImportDataError> errors)
Error messages returned for each import task that you deleted as a response for this command.
|
BatchDeleteImportDataResponse.Builder |
errors(Consumer<BatchDeleteImportDataError.Builder>... errors)
Error messages returned for each import task that you deleted as a response for this command.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDeleteImportDataResponse.Builder errors(Collection<BatchDeleteImportDataError> errors)
Error messages returned for each import task that you deleted as a response for this command.
errors - Error messages returned for each import task that you deleted as a response for this command.BatchDeleteImportDataResponse.Builder errors(BatchDeleteImportDataError... errors)
Error messages returned for each import task that you deleted as a response for this command.
errors - Error messages returned for each import task that you deleted as a response for this command.BatchDeleteImportDataResponse.Builder errors(Consumer<BatchDeleteImportDataError.Builder>... errors)
Error messages returned for each import task that you deleted as a response for this command.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #errors(List) .errors - a consumer that will call methods on List.Builder #errors(List) Copyright © 2022. All rights reserved.