@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 an 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()
ID of the reference data source 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 Amazon Kinesis Analytics can assume to read the
Amazon S3 object on your behalf and populate the in-application reference table.
|
String |
getTableNameUpdate()
In-application table name that is created by this update.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setReferenceId(String referenceId)
ID of the reference data source 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 Amazon Kinesis Analytics can assume to read the
Amazon S3 object on your behalf and populate the in-application reference table.
|
void |
setTableNameUpdate(String tableNameUpdate)
In-application table name that is created by this update.
|
String |
toString()
Returns a string representation of this object.
|
ReferenceDataSourceUpdate |
withReferenceId(String referenceId)
ID of the reference data source 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 Amazon Kinesis Analytics can assume to read the
Amazon S3 object on your behalf and populate the in-application reference table.
|
ReferenceDataSourceUpdate |
withTableNameUpdate(String tableNameUpdate)
In-application table name that is created by this update.
|
public void setReferenceId(String referenceId)
ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.
referenceId
- ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.public String getReferenceId()
ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.
public ReferenceDataSourceUpdate withReferenceId(String referenceId)
ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.
referenceId
- ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.public void setTableNameUpdate(String tableNameUpdate)
In-application table name that is created by this update.
tableNameUpdate
- In-application table name that is created by this update.public String getTableNameUpdate()
In-application table name that is created by this update.
public ReferenceDataSourceUpdate withTableNameUpdate(String tableNameUpdate)
In-application table name that is created by this update.
tableNameUpdate
- 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 Amazon Kinesis 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 Amazon Kinesis 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 Amazon Kinesis 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 Amazon Kinesis 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 Amazon Kinesis 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)
marshall
in interface StructuredPojo
Copyright © 2024. All rights reserved.