public static interface BatchCreatePartitionResponse.Builder extends GlueResponse.Builder, CopyableBuilder<BatchCreatePartitionResponse.Builder,BatchCreatePartitionResponse>
Modifier and Type | Method and Description |
---|---|
BatchCreatePartitionResponse.Builder |
errors(Collection<PartitionError> errors)
Errors encountered when trying to create the requested partitions.
|
BatchCreatePartitionResponse.Builder |
errors(PartitionError... errors)
Errors encountered when trying to create the requested partitions.
|
build
copy
apply, build
BatchCreatePartitionResponse.Builder errors(Collection<PartitionError> errors)
Errors encountered when trying to create the requested partitions.
errors
- Errors encountered when trying to create the requested partitions.BatchCreatePartitionResponse.Builder errors(PartitionError... errors)
Errors encountered when trying to create the requested partitions.
errors
- Errors encountered when trying to create the requested partitions.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.