Interface GetColumnStatisticsForTableResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetColumnStatisticsForTableResponse.Builder,GetColumnStatisticsForTableResponse>,GlueResponse.Builder,SdkBuilder<GetColumnStatisticsForTableResponse.Builder,GetColumnStatisticsForTableResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetColumnStatisticsForTableResponse
public static interface GetColumnStatisticsForTableResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetColumnStatisticsForTableResponse.Builder,GetColumnStatisticsForTableResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetColumnStatisticsForTableResponse.BuildercolumnStatisticsList(Collection<ColumnStatistics> columnStatisticsList)List of ColumnStatistics.GetColumnStatisticsForTableResponse.BuildercolumnStatisticsList(Consumer<ColumnStatistics.Builder>... columnStatisticsList)List of ColumnStatistics.GetColumnStatisticsForTableResponse.BuildercolumnStatisticsList(ColumnStatistics... columnStatisticsList)List of ColumnStatistics.GetColumnStatisticsForTableResponse.Buildererrors(Collection<ColumnError> errors)List of ColumnStatistics that failed to be retrieved.GetColumnStatisticsForTableResponse.Buildererrors(Consumer<ColumnError.Builder>... errors)List of ColumnStatistics that failed to be retrieved.GetColumnStatisticsForTableResponse.Buildererrors(ColumnError... errors)List of ColumnStatistics that failed to be retrieved.-
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
-
columnStatisticsList
GetColumnStatisticsForTableResponse.Builder columnStatisticsList(Collection<ColumnStatistics> columnStatisticsList)
List of ColumnStatistics.
- Parameters:
columnStatisticsList- List of ColumnStatistics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
columnStatisticsList
GetColumnStatisticsForTableResponse.Builder columnStatisticsList(ColumnStatistics... columnStatisticsList)
List of ColumnStatistics.
- Parameters:
columnStatisticsList- List of ColumnStatistics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
columnStatisticsList
GetColumnStatisticsForTableResponse.Builder columnStatisticsList(Consumer<ColumnStatistics.Builder>... columnStatisticsList)
List of ColumnStatistics.
This is a convenience method that creates an instance of theColumnStatistics.Builderavoiding the need to create one manually viaColumnStatistics.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#columnStatisticsList(List.) - Parameters:
columnStatisticsList- a consumer that will call methods onColumnStatistics.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#columnStatisticsList(java.util.Collection)
-
errors
GetColumnStatisticsForTableResponse.Builder errors(Collection<ColumnError> errors)
List of ColumnStatistics that failed to be retrieved.
- Parameters:
errors- List of ColumnStatistics that failed to be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
GetColumnStatisticsForTableResponse.Builder errors(ColumnError... errors)
List of ColumnStatistics that failed to be retrieved.
- Parameters:
errors- List of ColumnStatistics that failed to be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
GetColumnStatisticsForTableResponse.Builder errors(Consumer<ColumnError.Builder>... errors)
List of ColumnStatistics that failed to be retrieved.
This is a convenience method that creates an instance of theColumnError.Builderavoiding the need to create one manually viaColumnError.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 onColumnError.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#errors(java.util.Collection)
-
-