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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateColumnStatisticsForTableResponse.Buildererrors(Collection<ColumnStatisticsError> errors)List of ColumnStatisticsErrors.UpdateColumnStatisticsForTableResponse.Buildererrors(Consumer<ColumnStatisticsError.Builder>... errors)List of ColumnStatisticsErrors.UpdateColumnStatisticsForTableResponse.Buildererrors(ColumnStatisticsError... errors)List of ColumnStatisticsErrors.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
errors
UpdateColumnStatisticsForTableResponse.Builder errors(Collection<ColumnStatisticsError> 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(ColumnStatisticsError... 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 to#errors(List.) - 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:
#errors(java.util.Collection)
-
-