@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 AWS 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 String catalogId()
The AWS account ID of the catalog in which the partition is to be created.
public String databaseName()
The name of the metadata database in which the partition is to be created.
public String tableName()
The name of the metadata table in which the partition is to be created.
public 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.