public static interface UpdateColumnStatisticsForTableResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<UpdateColumnStatisticsForTableResponse.Builder,UpdateColumnStatisticsForTableResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateColumnStatisticsForTableResponse.Builder |
errors(Collection<ColumnStatisticsError> errors)
List of ColumnStatisticsErrors.
|
UpdateColumnStatisticsForTableResponse.Builder |
errors(ColumnStatisticsError... errors)
List of ColumnStatisticsErrors.
|
UpdateColumnStatisticsForTableResponse.Builder |
errors(Consumer<ColumnStatisticsError.Builder>... errors)
List of ColumnStatisticsErrors.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateColumnStatisticsForTableResponse.Builder errors(Collection<ColumnStatisticsError> errors)
List of ColumnStatisticsErrors.
errors - List of ColumnStatisticsErrors.UpdateColumnStatisticsForTableResponse.Builder errors(ColumnStatisticsError... errors)
List of ColumnStatisticsErrors.
errors - List of ColumnStatisticsErrors.UpdateColumnStatisticsForTableResponse.Builder errors(Consumer<ColumnStatisticsError.Builder>... errors)
List of ColumnStatisticsErrors.
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 © 2020. All rights reserved.