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