@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReferenceDataSourceUpdate extends Object implements Serializable, Cloneable, StructuredPojo
When you update a reference data source configuration for a SQL-based Kinesis Data Analytics application, this object provides all the updated values (such as the source bucket name and object key name), the in-application table name that is created, and updated mapping information that maps the data in the Amazon S3 object to the in-application reference table that is created.
Constructor and Description |
---|
ReferenceDataSourceUpdate() |
Modifier and Type | Method and Description |
---|---|
ReferenceDataSourceUpdate |
clone() |
boolean |
equals(Object obj) |
String |
getReferenceId()
The ID of the reference data source that is being updated.
|
SourceSchema |
getReferenceSchemaUpdate()
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns
created in the in-application stream.
|
S3ReferenceDataSourceUpdate |
getS3ReferenceDataSourceUpdate()
Describes the S3 bucket name, object key name, and IAM role that Kinesis Data Analytics can assume to read the
Amazon S3 object on your behalf and populate the in-application reference table.
|
String |
getTableNameUpdate()
The in-application table name that is created by this update.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setReferenceId(String referenceId)
The ID of the reference data source that is being updated.
|
void |
setReferenceSchemaUpdate(SourceSchema referenceSchemaUpdate)
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns
created in the in-application stream.
|
void |
setS3ReferenceDataSourceUpdate(S3ReferenceDataSourceUpdate s3ReferenceDataSourceUpdate)
Describes the S3 bucket name, object key name, and IAM role that Kinesis Data Analytics can assume to read the
Amazon S3 object on your behalf and populate the in-application reference table.
|
void |
setTableNameUpdate(String tableNameUpdate)
The in-application table name that is created by this update.
|
String |
toString()
Returns a string representation of this object.
|
ReferenceDataSourceUpdate |
withReferenceId(String referenceId)
The ID of the reference data source that is being updated.
|
ReferenceDataSourceUpdate |
withReferenceSchemaUpdate(SourceSchema referenceSchemaUpdate)
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns
created in the in-application stream.
|
ReferenceDataSourceUpdate |
withS3ReferenceDataSourceUpdate(S3ReferenceDataSourceUpdate s3ReferenceDataSourceUpdate)
Describes the S3 bucket name, object key name, and IAM role that Kinesis Data Analytics can assume to read the
Amazon S3 object on your behalf and populate the in-application reference table.
|
ReferenceDataSourceUpdate |
withTableNameUpdate(String tableNameUpdate)
The in-application table name that is created by this update.
|
public void setReferenceId(String referenceId)
The ID of the reference data source that is being updated. You can use the DescribeApplication operation to get this value.
referenceId
- The ID of the reference data source that is being updated. You can use the DescribeApplication
operation to get this value.public String getReferenceId()
The ID of the reference data source that is being updated. You can use the DescribeApplication operation to get this value.
public ReferenceDataSourceUpdate withReferenceId(String referenceId)
The ID of the reference data source that is being updated. You can use the DescribeApplication operation to get this value.
referenceId
- The ID of the reference data source that is being updated. You can use the DescribeApplication
operation to get this value.public void setTableNameUpdate(String tableNameUpdate)
The in-application table name that is created by this update.
tableNameUpdate
- The in-application table name that is created by this update.public String getTableNameUpdate()
The in-application table name that is created by this update.
public ReferenceDataSourceUpdate withTableNameUpdate(String tableNameUpdate)
The in-application table name that is created by this update.
tableNameUpdate
- The in-application table name that is created by this update.public void setS3ReferenceDataSourceUpdate(S3ReferenceDataSourceUpdate s3ReferenceDataSourceUpdate)
Describes the S3 bucket name, object key name, and IAM role that Kinesis Data Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.
s3ReferenceDataSourceUpdate
- Describes the S3 bucket name, object key name, and IAM role that Kinesis Data Analytics can assume to read
the Amazon S3 object on your behalf and populate the in-application reference table.public S3ReferenceDataSourceUpdate getS3ReferenceDataSourceUpdate()
Describes the S3 bucket name, object key name, and IAM role that Kinesis Data Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.
public ReferenceDataSourceUpdate withS3ReferenceDataSourceUpdate(S3ReferenceDataSourceUpdate s3ReferenceDataSourceUpdate)
Describes the S3 bucket name, object key name, and IAM role that Kinesis Data Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.
s3ReferenceDataSourceUpdate
- Describes the S3 bucket name, object key name, and IAM role that Kinesis Data Analytics can assume to read
the Amazon S3 object on your behalf and populate the in-application reference table.public void setReferenceSchemaUpdate(SourceSchema referenceSchemaUpdate)
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.
referenceSchemaUpdate
- Describes the format of the data in the streaming source, and how each data element maps to corresponding
columns created in the in-application stream.public SourceSchema getReferenceSchemaUpdate()
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.
public ReferenceDataSourceUpdate withReferenceSchemaUpdate(SourceSchema referenceSchemaUpdate)
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.
referenceSchemaUpdate
- Describes the format of the data in the streaming source, and how each data element maps to corresponding
columns created in the in-application stream.public String toString()
toString
in class Object
Object.toString()
public ReferenceDataSourceUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.