public static interface BatchDeleteConnectionResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<BatchDeleteConnectionResponse.Builder,BatchDeleteConnectionResponse>
Modifier and Type | Method and Description |
---|---|
BatchDeleteConnectionResponse.Builder |
errors(Map<String,ErrorDetail> errors)
A map of the names of connections that were not successfully deleted to error details.
|
BatchDeleteConnectionResponse.Builder |
succeeded(Collection<String> succeeded)
A list of names of the connection definitions that were successfully deleted.
|
BatchDeleteConnectionResponse.Builder |
succeeded(String... succeeded)
A list of names of the connection definitions that were successfully deleted.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
BatchDeleteConnectionResponse.Builder succeeded(Collection<String> succeeded)
A list of names of the connection definitions that were successfully deleted.
succeeded
- A list of names of the connection definitions that were successfully deleted.BatchDeleteConnectionResponse.Builder succeeded(String... succeeded)
A list of names of the connection definitions that were successfully deleted.
succeeded
- A list of names of the connection definitions that were successfully deleted.BatchDeleteConnectionResponse.Builder errors(Map<String,ErrorDetail> errors)
A map of the names of connections that were not successfully deleted to error details.
errors
- A map of the names of connections that were not successfully deleted to error details.Copyright © 2020. All rights reserved.