@Generated(value="software.amazon.awssdk:codegen") public final class CreatePartitionRequest extends GlueRequest implements ToCopyableBuilder<CreatePartitionRequest.Builder,CreatePartitionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreatePartitionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreatePartitionRequest.Builder |
builder() |
String |
catalogId()
The Amazon Web Services account ID of the catalog in which the partition is to be created.
|
String |
databaseName()
The name of the metadata database in which the partition is to be created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
PartitionInput |
partitionInput()
A
PartitionInput structure defining the partition to be created. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreatePartitionRequest.Builder> |
serializableBuilderClass() |
String |
tableName()
The name of the metadata table in which the partition is to be created.
|
CreatePartitionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String catalogId()
The Amazon Web Services account ID of the catalog in which the partition is to be created.
public final String databaseName()
The name of the metadata database in which the partition is to be created.
public final String tableName()
The name of the metadata table in which the partition is to be created.
public final PartitionInput partitionInput()
A PartitionInput structure defining the partition to be created.
PartitionInput structure defining the partition to be created.public CreatePartitionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreatePartitionRequest.Builder,CreatePartitionRequest>toBuilder in class GlueRequestpublic static CreatePartitionRequest.Builder builder()
public static Class<? extends CreatePartitionRequest.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.