@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputSchemaUpdate extends Object implements Serializable, Cloneable, StructuredPojo
Describes updates for the application's input schema.
Constructor and Description |
---|
InputSchemaUpdate() |
Modifier and Type | Method and Description |
---|---|
InputSchemaUpdate |
clone() |
boolean |
equals(Object obj) |
List<RecordColumn> |
getRecordColumnUpdates()
A list of
RecordColumn objects. |
String |
getRecordEncodingUpdate()
Specifies the encoding of the records in the streaming source.
|
RecordFormat |
getRecordFormatUpdate()
Specifies the format of the records on the streaming source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRecordColumnUpdates(Collection<RecordColumn> recordColumnUpdates)
A list of
RecordColumn objects. |
void |
setRecordEncodingUpdate(String recordEncodingUpdate)
Specifies the encoding of the records in the streaming source.
|
void |
setRecordFormatUpdate(RecordFormat recordFormatUpdate)
Specifies the format of the records on the streaming source.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
InputSchemaUpdate |
withRecordColumnUpdates(Collection<RecordColumn> recordColumnUpdates)
A list of
RecordColumn objects. |
InputSchemaUpdate |
withRecordColumnUpdates(RecordColumn... recordColumnUpdates)
A list of
RecordColumn objects. |
InputSchemaUpdate |
withRecordEncodingUpdate(String recordEncodingUpdate)
Specifies the encoding of the records in the streaming source.
|
InputSchemaUpdate |
withRecordFormatUpdate(RecordFormat recordFormatUpdate)
Specifies the format of the records on the streaming source.
|
public void setRecordFormatUpdate(RecordFormat recordFormatUpdate)
Specifies the format of the records on the streaming source.
recordFormatUpdate
- Specifies the format of the records on the streaming source.public RecordFormat getRecordFormatUpdate()
Specifies the format of the records on the streaming source.
public InputSchemaUpdate withRecordFormatUpdate(RecordFormat recordFormatUpdate)
Specifies the format of the records on the streaming source.
recordFormatUpdate
- Specifies the format of the records on the streaming source.public void setRecordEncodingUpdate(String recordEncodingUpdate)
Specifies the encoding of the records in the streaming source. For example, UTF-8.
recordEncodingUpdate
- Specifies the encoding of the records in the streaming source. For example, UTF-8.public String getRecordEncodingUpdate()
Specifies the encoding of the records in the streaming source. For example, UTF-8.
public InputSchemaUpdate withRecordEncodingUpdate(String recordEncodingUpdate)
Specifies the encoding of the records in the streaming source. For example, UTF-8.
recordEncodingUpdate
- Specifies the encoding of the records in the streaming source. For example, UTF-8.public List<RecordColumn> getRecordColumnUpdates()
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 void setRecordColumnUpdates(Collection<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.
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.public InputSchemaUpdate withRecordColumnUpdates(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.
NOTE: This method appends the values to the existing list (if any). Use
setRecordColumnUpdates(java.util.Collection)
or withRecordColumnUpdates(java.util.Collection)
if you want to override the existing values.
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.public InputSchemaUpdate withRecordColumnUpdates(Collection<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.
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.public String toString()
toString
in class Object
Object.toString()
public InputSchemaUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.