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(PartitionError... errors)
Errors encountered when trying to delete the requested partitions.
|
build
copy
apply, build
BatchDeletePartitionResponse.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.