@Generated(value="software.amazon.awssdk:codegen") public final class InputSchemaUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputSchemaUpdate.Builder,InputSchemaUpdate>
Describes updates for the application's input schema.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InputSchemaUpdate.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InputSchemaUpdate.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasRecordColumnUpdates()
For responses, this returns true if the service returned a value for the RecordColumnUpdates property.
|
List<RecordColumn> |
recordColumnUpdates()
A list of
RecordColumn objects. |
String |
recordEncodingUpdate()
Specifies the encoding of the records in the streaming source.
|
RecordFormat |
recordFormatUpdate()
Specifies the format of the records on the streaming source.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InputSchemaUpdate.Builder> |
serializableBuilderClass() |
InputSchemaUpdate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final RecordFormat recordFormatUpdate()
Specifies the format of the records on the streaming source.
public final String recordEncodingUpdate()
Specifies the encoding of the records in the streaming source. For example, UTF-8.
public final boolean hasRecordColumnUpdates()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<RecordColumn> recordColumnUpdates()
A list of RecordColumn objects. Each object describes the mapping of the streaming source element to
the corresponding column in the in-application stream.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasRecordColumnUpdates() method.
RecordColumn objects. Each object describes the mapping of the streaming source
element to the corresponding column in the in-application stream.public InputSchemaUpdate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InputSchemaUpdate.Builder,InputSchemaUpdate>public static InputSchemaUpdate.Builder builder()
public static Class<? extends InputSchemaUpdate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.