@Generated(value="software.amazon.awssdk:codegen") public final class GetUnfilteredPartitionsMetadataRequest extends GlueRequest implements ToCopyableBuilder<GetUnfilteredPartitionsMetadataRequest.Builder,GetUnfilteredPartitionsMetadataRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetUnfilteredPartitionsMetadataRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
AuditContext |
auditContext()
A structure containing Lake Formation audit context information.
|
static GetUnfilteredPartitionsMetadataRequest.Builder |
builder() |
String |
catalogId()
The ID of the Data Catalog where the partitions in question reside.
|
String |
databaseName()
The name of the catalog database where the partitions reside.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
expression()
An expression that filters the partitions to be returned.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasSupportedPermissionTypes()
For responses, this returns true if the service returned a value for the SupportedPermissionTypes property.
|
Integer |
maxResults()
The maximum number of partitions to return in a single response.
|
String |
nextToken()
A continuation token, if this is not the first call to retrieve these partitions.
|
List<SdkField<?>> |
sdkFields() |
Segment |
segment()
The segment of the table's partitions to scan in this request.
|
static Class<? extends GetUnfilteredPartitionsMetadataRequest.Builder> |
serializableBuilderClass() |
List<PermissionType> |
supportedPermissionTypes()
A list of supported permission types.
|
List<String> |
supportedPermissionTypesAsStrings()
A list of supported permission types.
|
String |
tableName()
The name of the table that contains the partition.
|
GetUnfilteredPartitionsMetadataRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String catalogId()
The ID of the Data Catalog where the partitions in question reside. If none is provided, the AWS account ID is used by default.
public final String databaseName()
The name of the catalog database where the partitions reside.
public final String tableName()
The name of the table that contains the partition.
public final String expression()
An expression that filters the partitions to be returned.
The expression uses SQL syntax similar to the SQL WHERE filter clause. The SQL statement parser JSQLParser parses the expression.
Operators: The following are the operators that you can use in the Expression API call:
Checks whether the values of the two operands are equal; if yes, then the condition becomes true.
Example: Assume 'variable a' holds 10 and 'variable b' holds 20.
(a = b) is not true.
Checks whether the values of two operands are equal; if the values are not equal, then the condition becomes true.
Example: (a < > b) is true.
Checks whether the value of the left operand is greater than the value of the right operand; if yes, then the condition becomes true.
Example: (a > b) is not true.
Checks whether the value of the left operand is less than the value of the right operand; if yes, then the condition becomes true.
Example: (a < b) is true.
Checks whether the value of the left operand is greater than or equal to the value of the right operand; if yes, then the condition becomes true.
Example: (a >= b) is not true.
Checks whether the value of the left operand is less than or equal to the value of the right operand; if yes, then the condition becomes true.
Example: (a <= b) is true.
Logical operators.
Supported Partition Key Types: The following are the supported partition keys.
string
date
timestamp
int
bigint
long
tinyint
smallint
decimal
If an type is encountered that is not valid, an exception is thrown.
The expression uses SQL syntax similar to the SQL WHERE filter clause. The SQL statement
parser JSQLParser parses the expression.
Operators: The following are the operators that you can use in the Expression API
call:
Checks whether the values of the two operands are equal; if yes, then the condition becomes true.
Example: Assume 'variable a' holds 10 and 'variable b' holds 20.
(a = b) is not true.
Checks whether the values of two operands are equal; if the values are not equal, then the condition becomes true.
Example: (a < > b) is true.
Checks whether the value of the left operand is greater than the value of the right operand; if yes, then the condition becomes true.
Example: (a > b) is not true.
Checks whether the value of the left operand is less than the value of the right operand; if yes, then the condition becomes true.
Example: (a < b) is true.
Checks whether the value of the left operand is greater than or equal to the value of the right operand; if yes, then the condition becomes true.
Example: (a >= b) is not true.
Checks whether the value of the left operand is less than or equal to the value of the right operand; if yes, then the condition becomes true.
Example: (a <= b) is true.
Logical operators.
Supported Partition Key Types: The following are the supported partition keys.
string
date
timestamp
int
bigint
long
tinyint
smallint
decimal
If an type is encountered that is not valid, an exception is thrown.
public final AuditContext auditContext()
A structure containing Lake Formation audit context information.
public final List<PermissionType> supportedPermissionTypes()
A list of supported permission types.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasSupportedPermissionTypes() method.
public final boolean hasSupportedPermissionTypes()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<String> supportedPermissionTypesAsStrings()
A list of supported permission types.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasSupportedPermissionTypes() method.
public final String nextToken()
A continuation token, if this is not the first call to retrieve these partitions.
public final Segment segment()
The segment of the table's partitions to scan in this request.
public final Integer maxResults()
The maximum number of partitions to return in a single response.
public GetUnfilteredPartitionsMetadataRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetUnfilteredPartitionsMetadataRequest.Builder,GetUnfilteredPartitionsMetadataRequest>toBuilder in class GlueRequestpublic static GetUnfilteredPartitionsMetadataRequest.Builder builder()
public static Class<? extends GetUnfilteredPartitionsMetadataRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.