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