Interface GetDataCellsFilterRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetDataCellsFilterRequest.Builder,GetDataCellsFilterRequest>,LakeFormationRequest.Builder,SdkBuilder<GetDataCellsFilterRequest.Builder,GetDataCellsFilterRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetDataCellsFilterRequest
public static interface GetDataCellsFilterRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<GetDataCellsFilterRequest.Builder,GetDataCellsFilterRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDataCellsFilterRequest.BuilderdatabaseName(String databaseName)A database in the Glue Data Catalog.GetDataCellsFilterRequest.Buildername(String name)The name given by the user to the data filter cell.GetDataCellsFilterRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDataCellsFilterRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDataCellsFilterRequest.BuildertableCatalogId(String tableCatalogId)The ID of the catalog to which the table belongs.GetDataCellsFilterRequest.BuildertableName(String tableName)A table in the database.-
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.lakeformation.model.LakeFormationRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
tableCatalogId
GetDataCellsFilterRequest.Builder tableCatalogId(String tableCatalogId)
The ID of the catalog to which the table belongs.
- Parameters:
tableCatalogId- The ID of the catalog to which the table belongs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databaseName
GetDataCellsFilterRequest.Builder databaseName(String databaseName)
A database in the Glue Data Catalog.
- Parameters:
databaseName- A database in the Glue Data Catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableName
GetDataCellsFilterRequest.Builder tableName(String tableName)
A table in the database.
- Parameters:
tableName- A table in the database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GetDataCellsFilterRequest.Builder name(String name)
The name given by the user to the data filter cell.
- Parameters:
name- The name given by the user to the data filter cell.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetDataCellsFilterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetDataCellsFilterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-