public static interface BatchDeletePartitionResponse.Builder extends GlueResponse.Builder, CopyableBuilder<BatchDeletePartitionResponse.Builder,BatchDeletePartitionResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchDeletePartitionResponse.Builder |
errors(Collection<PartitionError> errors)
Errors encountered when trying to delete the requested partitions.
|
BatchDeletePartitionResponse.Builder |
errors(Consumer<PartitionError.Builder>... errors)
Errors encountered when trying to delete the requested partitions.
|
BatchDeletePartitionResponse.Builder |
errors(PartitionError... errors)
Errors encountered when trying to delete the requested partitions.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildBatchDeletePartitionResponse.Builder errors(Collection<PartitionError> errors)
Errors encountered when trying to delete the requested partitions.
errors - Errors encountered when trying to delete the requested partitions.BatchDeletePartitionResponse.Builder errors(PartitionError... errors)
Errors encountered when trying to delete the requested partitions.
errors - Errors encountered when trying to delete the requested partitions.BatchDeletePartitionResponse.Builder errors(Consumer<PartitionError.Builder>... errors)
Errors encountered when trying to delete the requested partitions.
This is a convenience 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.