StructuredPojo
, ToCopyableBuilder<InputSchemaUpdate.Builder,InputSchemaUpdate>
@Generated("software.amazon.awssdk:codegen") public class InputSchemaUpdate extends Object implements StructuredPojo, ToCopyableBuilder<InputSchemaUpdate.Builder,InputSchemaUpdate>
Describes updates for the application's input schema.
Modifier and Type | Class | Description |
---|---|---|
static interface |
InputSchemaUpdate.Builder |
Modifier and Type | Method | Description |
---|---|---|
static InputSchemaUpdate.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
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.
|
static Class<? extends InputSchemaUpdate.Builder> |
serializableBuilderClass() |
|
InputSchemaUpdate.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public RecordFormat recordFormatUpdate()
Specifies the format of the records on the streaming source.
public String recordEncodingUpdate()
Specifies the encoding of the records in the streaming source. For example, UTF-8.
public 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.
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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InputSchemaUpdate.Builder,InputSchemaUpdate>
public static InputSchemaUpdate.Builder builder()
public static Class<? extends InputSchemaUpdate.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.