@Generated(value="software.amazon.awssdk:codegen") public final class UpdateSchemaRequest extends GlueRequest implements ToCopyableBuilder<UpdateSchemaRequest.Builder,UpdateSchemaRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateSchemaRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateSchemaRequest.Builder |
builder() |
Compatibility |
compatibility()
The new compatibility setting for the schema.
|
String |
compatibilityAsString()
The new compatibility setting for the schema.
|
String |
description()
The new description for the schema.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
SchemaId |
schemaId()
This is a wrapper structure to contain schema identity fields.
|
SchemaVersionNumber |
schemaVersionNumber()
Version number required for check pointing.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateSchemaRequest.Builder> |
serializableBuilderClass() |
UpdateSchemaRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic SchemaId schemaId()
This is a wrapper structure to contain schema identity fields. The structure contains:
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of SchemaArn or
SchemaName has to be provided.
SchemaId$SchemaName: The name of the schema. One of SchemaArn or SchemaName has to be
provided.
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of SchemaArn or
SchemaName has to be provided.
SchemaId$SchemaName: The name of the schema. One of SchemaArn or SchemaName has
to be provided.
public SchemaVersionNumber schemaVersionNumber()
Version number required for check pointing. One of VersionNumber or Compatibility has
to be provided.
VersionNumber or
Compatibility has to be provided.public Compatibility compatibility()
The new compatibility setting for the schema.
If the service returns an enum value that is not available in the current SDK version, compatibility
will return Compatibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
compatibilityAsString().
Compatibilitypublic String compatibilityAsString()
The new compatibility setting for the schema.
If the service returns an enum value that is not available in the current SDK version, compatibility
will return Compatibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
compatibilityAsString().
Compatibilitypublic String description()
The new description for the schema.
public UpdateSchemaRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateSchemaRequest.Builder,UpdateSchemaRequest>toBuilder in class GlueRequestpublic static UpdateSchemaRequest.Builder builder()
public static Class<? extends UpdateSchemaRequest.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.