Interface UpdateColumnStatisticsTaskSettingsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateColumnStatisticsTaskSettingsRequest.Builder,UpdateColumnStatisticsTaskSettingsRequest>,GlueRequest.Builder,SdkBuilder<UpdateColumnStatisticsTaskSettingsRequest.Builder,UpdateColumnStatisticsTaskSettingsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateColumnStatisticsTaskSettingsRequest
public static interface UpdateColumnStatisticsTaskSettingsRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<UpdateColumnStatisticsTaskSettingsRequest.Builder,UpdateColumnStatisticsTaskSettingsRequest>
-
-
Method Summary
-
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 Detail
-
databaseName
UpdateColumnStatisticsTaskSettingsRequest.Builder databaseName(String 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
UpdateColumnStatisticsTaskSettingsRequest.Builder tableName(String 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
UpdateColumnStatisticsTaskSettingsRequest.Builder role(String 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
UpdateColumnStatisticsTaskSettingsRequest.Builder schedule(String 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
UpdateColumnStatisticsTaskSettingsRequest.Builder columnNameList(Collection<String> 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
UpdateColumnStatisticsTaskSettingsRequest.Builder columnNameList(String... 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
UpdateColumnStatisticsTaskSettingsRequest.Builder sampleSize(Double 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
UpdateColumnStatisticsTaskSettingsRequest.Builder catalogID(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateColumnStatisticsTaskSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-