Interface GetTablesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetTablesRequest.Builder,,GetTablesRequest> GlueRequest.Builder,SdkBuilder<GetTablesRequest.Builder,,GetTablesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
GetTablesRequest
-
Method Summary
Modifier and TypeMethodDescriptionattributesToGet(Collection<TableAttributes> attributesToGet) Specifies the table fields returned by theGetTablescall.attributesToGet(TableAttributes... attributesToGet) Specifies the table fields returned by theGetTablescall.attributesToGetWithStrings(String... attributesToGet) Specifies the table fields returned by theGetTablescall.attributesToGetWithStrings(Collection<String> attributesToGet) Specifies the table fields returned by theGetTablescall.The ID of the Data Catalog where the tables reside.databaseName(String databaseName) The database in the catalog whose tables to list.expression(String expression) A regular expression pattern.includeStatusDetails(Boolean includeStatusDetails) Specifies whether to include status details related to a request to create or update an Glue Data Catalog view.maxResults(Integer maxResults) The maximum number of tables to return in a single response.A continuation token, included if this is a continuation call.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.queryAsOfTime(Instant queryAsOfTime) The time as of when to read the table contents.transactionId(String transactionId) The transaction ID at which to read the table contents.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
catalogId
The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.
- Parameters:
catalogId- The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databaseName
The database in the catalog whose tables to list. For Hive compatibility, this name is entirely lowercase.
- Parameters:
databaseName- The database in the catalog whose tables to list. For Hive compatibility, this name is entirely lowercase.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expression
A regular expression pattern. If present, only those tables whose names match the pattern are returned.
- Parameters:
expression- A regular expression pattern. If present, only those tables whose names match the pattern are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A continuation token, included if this is a continuation call.
- Parameters:
nextToken- A continuation token, included if this is a continuation call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of tables to return in a single response.
- Parameters:
maxResults- The maximum number of tables to return in a single response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transactionId
The transaction ID at which to read the table contents.
- Parameters:
transactionId- The transaction ID at which to read the table contents.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryAsOfTime
The time as of when to read the table contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with
TransactionId.- Parameters:
queryAsOfTime- The time as of when to read the table contents. If not set, the most recent transaction commit time will be used. Cannot be specified along withTransactionId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeStatusDetails
Specifies whether to include status details related to a request to create or update an Glue Data Catalog view.
- Parameters:
includeStatusDetails- Specifies whether to include status details related to a request to create or update an Glue Data Catalog view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributesToGetWithStrings
Specifies the table fields returned by the
GetTablescall. This parameter doesn’t accept an empty list. The request must includeNAME.The following are the valid combinations of values:
-
NAME- Names of all tables in the database. -
NAME,TABLE_TYPE- Names of all tables and the table types.
- Parameters:
attributesToGet- Specifies the table fields returned by theGetTablescall. This parameter doesn’t accept an empty list. The request must includeNAME.The following are the valid combinations of values:
-
NAME- Names of all tables in the database. -
NAME,TABLE_TYPE- Names of all tables and the table types.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
attributesToGetWithStrings
Specifies the table fields returned by the
GetTablescall. This parameter doesn’t accept an empty list. The request must includeNAME.The following are the valid combinations of values:
-
NAME- Names of all tables in the database. -
NAME,TABLE_TYPE- Names of all tables and the table types.
- Parameters:
attributesToGet- Specifies the table fields returned by theGetTablescall. This parameter doesn’t accept an empty list. The request must includeNAME.The following are the valid combinations of values:
-
NAME- Names of all tables in the database. -
NAME,TABLE_TYPE- Names of all tables and the table types.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
attributesToGet
Specifies the table fields returned by the
GetTablescall. This parameter doesn’t accept an empty list. The request must includeNAME.The following are the valid combinations of values:
-
NAME- Names of all tables in the database. -
NAME,TABLE_TYPE- Names of all tables and the table types.
- Parameters:
attributesToGet- Specifies the table fields returned by theGetTablescall. This parameter doesn’t accept an empty list. The request must includeNAME.The following are the valid combinations of values:
-
NAME- Names of all tables in the database. -
NAME,TABLE_TYPE- Names of all tables and the table types.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
attributesToGet
Specifies the table fields returned by the
GetTablescall. This parameter doesn’t accept an empty list. The request must includeNAME.The following are the valid combinations of values:
-
NAME- Names of all tables in the database. -
NAME,TABLE_TYPE- Names of all tables and the table types.
- Parameters:
attributesToGet- Specifies the table fields returned by theGetTablescall. This parameter doesn’t accept an empty list. The request must includeNAME.The following are the valid combinations of values:
-
NAME- Names of all tables in the database. -
NAME,TABLE_TYPE- Names of all tables and the table types.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
overrideConfiguration
GetTablesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetTablesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-