Interface CreateColumnStatisticsTaskSettingsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateColumnStatisticsTaskSettingsRequest.Builder,,CreateColumnStatisticsTaskSettingsRequest> GlueRequest.Builder,SdkBuilder<CreateColumnStatisticsTaskSettingsRequest.Builder,,CreateColumnStatisticsTaskSettingsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateColumnStatisticsTaskSettingsRequest
@Mutable
@NotThreadSafe
public static interface CreateColumnStatisticsTaskSettingsRequest.Builder
extends GlueRequest.Builder, SdkPojo, CopyableBuilder<CreateColumnStatisticsTaskSettingsRequest.Builder,CreateColumnStatisticsTaskSettingsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the Data Catalog in which the database resides.columnNameList(String... columnNameList) A list of column names for which to run statistics.columnNameList(Collection<String> columnNameList) A list of column names for which to run statistics.databaseName(String databaseName) The name of the database where the table resides.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The role used for running the column statistics.sampleSize(Double sampleSize) The percentage of data to sample.A schedule for running the column statistics, specified in CRON syntax.securityConfiguration(String securityConfiguration) Name of the security configuration that is used to encrypt CloudWatch logs.The name of the table for which to generate column statistics.A map of tags.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
databaseName
The name of the database where the table resides.
- Parameters:
databaseName- The name of the database where the table resides.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableName
The name of the table for which to generate column statistics.
- Parameters:
tableName- The name of the table for which to generate column statistics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
role
The role used for running the column statistics.
- Parameters:
role- The role used for running the column statistics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schedule
A schedule for running the column statistics, specified in CRON syntax.
- Parameters:
schedule- A schedule for running the column statistics, specified in CRON syntax.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
columnNameList
A list of column names for which to run statistics.
- Parameters:
columnNameList- A list of column names for which to run statistics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
columnNameList
A list of column names for which to run statistics.
- Parameters:
columnNameList- A list of column names for which to run statistics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sampleSize
The percentage of data to sample.
- Parameters:
sampleSize- The percentage of data to sample.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
catalogID
The ID of the Data Catalog in which the database resides.
- Parameters:
catalogID- The ID of the Data Catalog in which the database resides.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityConfiguration
CreateColumnStatisticsTaskSettingsRequest.Builder securityConfiguration(String securityConfiguration) Name of the security configuration that is used to encrypt CloudWatch logs.
- Parameters:
securityConfiguration- Name of the security configuration that is used to encrypt CloudWatch logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A map of tags.
- Parameters:
tags- A map of tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateColumnStatisticsTaskSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateColumnStatisticsTaskSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-