public static interface ListDataCellsFilterRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<ListDataCellsFilterRequest.Builder,ListDataCellsFilterRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDataCellsFilterRequest.Builder |
maxResults(Integer maxResults)
The maximum size of the response.
|
ListDataCellsFilterRequest.Builder |
nextToken(String nextToken)
A continuation token, if this is a continuation call.
|
ListDataCellsFilterRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDataCellsFilterRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListDataCellsFilterRequest.Builder |
table(Consumer<TableResource.Builder> table)
A table in the Glue Data Catalog.
|
ListDataCellsFilterRequest.Builder |
table(TableResource table)
A table in the Glue Data Catalog.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDataCellsFilterRequest.Builder table(TableResource table)
A table in the Glue Data Catalog.
table - A table in the Glue Data Catalog.default ListDataCellsFilterRequest.Builder table(Consumer<TableResource.Builder> table)
A table in the Glue Data Catalog.
This is a convenience method that creates an instance of theTableResource.Builder avoiding the need
to create one manually via TableResource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to table(TableResource).
table - a consumer that will call methods on TableResource.Buildertable(TableResource)ListDataCellsFilterRequest.Builder nextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken - A continuation token, if this is a continuation call.ListDataCellsFilterRequest.Builder maxResults(Integer maxResults)
The maximum size of the response.
maxResults - The maximum size of the response.ListDataCellsFilterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDataCellsFilterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.