Interface StartColumnStatisticsTaskRunScheduleRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartColumnStatisticsTaskRunScheduleRequest.Builder,StartColumnStatisticsTaskRunScheduleRequest>,GlueRequest.Builder,SdkBuilder<StartColumnStatisticsTaskRunScheduleRequest.Builder,StartColumnStatisticsTaskRunScheduleRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartColumnStatisticsTaskRunScheduleRequest
public static interface StartColumnStatisticsTaskRunScheduleRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<StartColumnStatisticsTaskRunScheduleRequest.Builder,StartColumnStatisticsTaskRunScheduleRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartColumnStatisticsTaskRunScheduleRequest.BuilderdatabaseName(String databaseName)The name of the database where the table resides.StartColumnStatisticsTaskRunScheduleRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartColumnStatisticsTaskRunScheduleRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartColumnStatisticsTaskRunScheduleRequest.BuildertableName(String tableName)The name of the table for which to start a column statistic task run schedule.-
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
StartColumnStatisticsTaskRunScheduleRequest.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
StartColumnStatisticsTaskRunScheduleRequest.Builder tableName(String tableName)
The name of the table for which to start a column statistic task run schedule.
- Parameters:
tableName- The name of the table for which to start a column statistic task run schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartColumnStatisticsTaskRunScheduleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartColumnStatisticsTaskRunScheduleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-