Interface StopMaterializedViewRefreshTaskRunRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StopMaterializedViewRefreshTaskRunRequest.Builder,StopMaterializedViewRefreshTaskRunRequest>,GlueRequest.Builder,SdkBuilder<StopMaterializedViewRefreshTaskRunRequest.Builder,StopMaterializedViewRefreshTaskRunRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StopMaterializedViewRefreshTaskRunRequest
@Mutable @NotThreadSafe public static interface StopMaterializedViewRefreshTaskRunRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<StopMaterializedViewRefreshTaskRunRequest.Builder,StopMaterializedViewRefreshTaskRunRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopMaterializedViewRefreshTaskRunRequest.BuildercatalogId(String catalogId)The ID of the Data Catalog where the table reside.StopMaterializedViewRefreshTaskRunRequest.BuilderdatabaseName(String databaseName)The name of the database where the table resides.StopMaterializedViewRefreshTaskRunRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopMaterializedViewRefreshTaskRunRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopMaterializedViewRefreshTaskRunRequest.BuildertableName(String tableName)The name of the table to generate 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 Detail
-
catalogId
StopMaterializedViewRefreshTaskRunRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog where the table reside. If none is supplied, the account ID is used by default.
- Parameters:
catalogId- The ID of the Data Catalog where the table reside. If none is supplied, the account ID is used by default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databaseName
StopMaterializedViewRefreshTaskRunRequest.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
StopMaterializedViewRefreshTaskRunRequest.Builder tableName(String tableName)
The name of the table to generate statistics.
- Parameters:
tableName- The name of the table to generate statistics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StopMaterializedViewRefreshTaskRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StopMaterializedViewRefreshTaskRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-