Interface CreateColumnStatisticsTaskSettingsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateColumnStatisticsTaskSettingsRequest.Builder,CreateColumnStatisticsTaskSettingsRequest>,GlueRequest.Builder,SdkBuilder<CreateColumnStatisticsTaskSettingsRequest.Builder,CreateColumnStatisticsTaskSettingsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateColumnStatisticsTaskSettingsRequest
public static interface CreateColumnStatisticsTaskSettingsRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<CreateColumnStatisticsTaskSettingsRequest.Builder,CreateColumnStatisticsTaskSettingsRequest>
-
-
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
CreateColumnStatisticsTaskSettingsRequest.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
CreateColumnStatisticsTaskSettingsRequest.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
CreateColumnStatisticsTaskSettingsRequest.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
CreateColumnStatisticsTaskSettingsRequest.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
CreateColumnStatisticsTaskSettingsRequest.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
CreateColumnStatisticsTaskSettingsRequest.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
CreateColumnStatisticsTaskSettingsRequest.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
CreateColumnStatisticsTaskSettingsRequest.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
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
CreateColumnStatisticsTaskSettingsRequest.Builder tags(Map<String,String> 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateColumnStatisticsTaskSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-