public static interface BatchDeleteConnectionResponse.Builder extends GlueResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildBatchDeleteConnectionResponse.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.