@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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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 GlueRequest
public static CreatePartitionIndexRequest.Builder builder()
public static Class<? extends CreatePartitionIndexRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2023. All rights reserved.