Interface UpdateColumnStatisticsForTableResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<UpdateColumnStatisticsForTableResponse.Builder,,UpdateColumnStatisticsForTableResponse> GlueResponse.Builder,SdkBuilder<UpdateColumnStatisticsForTableResponse.Builder,,UpdateColumnStatisticsForTableResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 UpdateColumnStatisticsForTableResponse
public static interface UpdateColumnStatisticsForTableResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<UpdateColumnStatisticsForTableResponse.Builder,UpdateColumnStatisticsForTableResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionerrors(Collection<ColumnStatisticsError> errors) List of ColumnStatisticsErrors.errors(Consumer<ColumnStatisticsError.Builder>... errors) List of ColumnStatisticsErrors.errors(ColumnStatisticsError... errors) List of ColumnStatisticsErrors.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
errors
List of ColumnStatisticsErrors.
- Parameters:
 errors- List of ColumnStatisticsErrors.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
errors
List of ColumnStatisticsErrors.
- Parameters:
 errors- List of ColumnStatisticsErrors.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
errors
UpdateColumnStatisticsForTableResponse.Builder errors(Consumer<ColumnStatisticsError.Builder>... errors) List of ColumnStatisticsErrors.
This is a convenience method that creates an instance of theColumnStatisticsError.Builderavoiding the need to create one manually viaColumnStatisticsError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerrors(List<ColumnStatisticsError>).- Parameters:
 errors- a consumer that will call methods onColumnStatisticsError.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -