public static interface BatchCreatePartitionResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<BatchCreatePartitionResponse.Builder,BatchCreatePartitionResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchCreatePartitionResponse.Builder |
errors(Collection<PartitionError> errors)
The errors encountered when trying to create the requested partitions.
|
BatchCreatePartitionResponse.Builder |
errors(Consumer<PartitionError.Builder>... errors)
The errors encountered when trying to create the requested partitions.
|
BatchCreatePartitionResponse.Builder |
errors(PartitionError... errors)
The errors encountered when trying to create the requested partitions.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchCreatePartitionResponse.Builder errors(Collection<PartitionError> errors)
The errors encountered when trying to create the requested partitions.
errors - The errors encountered when trying to create the requested partitions.BatchCreatePartitionResponse.Builder errors(PartitionError... errors)
The errors encountered when trying to create the requested partitions.
errors - The errors encountered when trying to create the requested partitions.BatchCreatePartitionResponse.Builder errors(Consumer<PartitionError.Builder>... errors)
The errors encountered when trying to create the requested partitions.
This is a convenience method that creates an instance of thePartitionError.Builder avoiding the need to create one
manually via PartitionError.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #errors(List.
errors - a consumer that will call methods on
PartitionError.Builder#errors(java.util.Collection) Copyright © 2023. All rights reserved.