@Generated(value="software.amazon.awssdk:codegen") public final class CreatePartitionIndexRequest extends GlueRequest implements ToCopyableBuilder<CreatePartitionIndexRequest.Builder,CreatePartitionIndexRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreatePartitionIndexRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreatePartitionIndexRequest.Builder |
builder() |
String |
catalogId()
The catalog ID where the table resides.
|
String |
databaseName()
Specifies the name of a database in which you want to create a partition index.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
PartitionIndex |
partitionIndex()
Specifies a
PartitionIndex structure to create a partition index in an existing table. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreatePartitionIndexRequest.Builder> |
serializableBuilderClass() |
String |
tableName()
Specifies the name of a table in which you want to create a partition index.
|
CreatePartitionIndexRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String catalogId()
The catalog ID where the table resides.
public final String databaseName()
Specifies the name of a database in which you want to create a partition index.
public final String tableName()
Specifies the name of a table in which you want to create a partition index.
public final PartitionIndex partitionIndex()
Specifies a PartitionIndex structure to create a partition index in an existing table.
PartitionIndex structure to create a partition index in an existing table.public CreatePartitionIndexRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreatePartitionIndexRequest.Builder,CreatePartitionIndexRequest>toBuilder in class GlueRequestpublic static CreatePartitionIndexRequest.Builder builder()
public static Class<? extends CreatePartitionIndexRequest.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.