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(Consumer<PartitionError.Builder>... 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
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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.BatchCreatePartitionResponse.Builder errors(Consumer<PartitionError.Builder>... errors)
Errors encountered when trying to create 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.