@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() |
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)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setReferenceId(String referenceId)
ID of the reference data source being updated.
|
void |
setReferenceSchemaUpdate(SourceSchema referenceSchemaUpdate) |
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; useful for testing and debugging.
|
ReferenceDataSourceUpdate |
withReferenceId(String referenceId)
ID of the reference data source being updated.
|
ReferenceDataSourceUpdate |
withReferenceSchemaUpdate(SourceSchema referenceSchemaUpdate) |
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)
referenceSchemaUpdate
- public SourceSchema getReferenceSchemaUpdate()
public ReferenceDataSourceUpdate withReferenceSchemaUpdate(SourceSchema referenceSchemaUpdate)
referenceSchemaUpdate
- 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.