Interface UpdateColumnStatisticsTaskSettingsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateColumnStatisticsTaskSettingsRequest.Builder,
,UpdateColumnStatisticsTaskSettingsRequest> GlueRequest.Builder
,SdkBuilder<UpdateColumnStatisticsTaskSettingsRequest.Builder,
,UpdateColumnStatisticsTaskSettingsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateColumnStatisticsTaskSettingsRequest
@Mutable
@NotThreadSafe
public static interface UpdateColumnStatisticsTaskSettingsRequest.Builder
extends GlueRequest.Builder, SdkPojo, CopyableBuilder<UpdateColumnStatisticsTaskSettingsRequest.Builder,UpdateColumnStatisticsTaskSettingsRequest>
-
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.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods 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
UpdateColumnStatisticsTaskSettingsRequest.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.
-
overrideConfiguration
UpdateColumnStatisticsTaskSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateColumnStatisticsTaskSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-