StructuredPojo
, ToCopyableBuilder<ReferenceDataSourceUpdate.Builder,ReferenceDataSourceUpdate>
@Generated("software.amazon.awssdk:codegen") public class ReferenceDataSourceUpdate extends Object implements StructuredPojo, ToCopyableBuilder<ReferenceDataSourceUpdate.Builder,ReferenceDataSourceUpdate>
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.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ReferenceDataSourceUpdate.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ReferenceDataSourceUpdate.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
referenceId() |
ID of the reference data source being updated.
|
SourceSchema |
referenceSchemaUpdate() |
|
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.
|
static Class<? extends ReferenceDataSourceUpdate.Builder> |
serializableBuilderClass() |
|
String |
tableNameUpdate() |
In-application table name that is created by this update.
|
ReferenceDataSourceUpdate.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String referenceId()
ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.
public String tableNameUpdate()
In-application table name that is created by this update.
public 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.
public SourceSchema referenceSchemaUpdate()
public ReferenceDataSourceUpdate.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ReferenceDataSourceUpdate.Builder,ReferenceDataSourceUpdate>
public static ReferenceDataSourceUpdate.Builder builder()
public static Class<? extends ReferenceDataSourceUpdate.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.