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
Modifier and TypeMethodDescriptioncolumnStatisticsList(Collection<ColumnStatistics> columnStatisticsList) List of ColumnStatistics.columnStatisticsList(Consumer<ColumnStatistics.Builder>... columnStatisticsList) List of ColumnStatistics.columnStatisticsList(ColumnStatistics... columnStatisticsList) List of ColumnStatistics.errors(Collection<ColumnError> errors) List of ColumnStatistics that failed to be retrieved.errors(Consumer<ColumnError.Builder>... errors) List of ColumnStatistics that failed to be retrieved.errors(ColumnError... errors) List of ColumnStatistics that failed to be retrieved.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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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 tocolumnStatisticsList(List<ColumnStatistics>).- 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:
-
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
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
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 toerrors(List<ColumnError>).- 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:
-