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 theBatchDeleteImportDataError.Builder
avoiding the need to create one manually via
BatchDeleteImportDataError.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #errors(List.
errors - a consumer that will call methods on
BatchDeleteImportDataError.Builder#errors(java.util.Collection) Copyright © 2023. All rights reserved.