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