Class ReferenceDataSourceUpdate
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisanalytics.model.ReferenceDataSourceUpdate
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReferenceDataSourceUpdate.Builder,ReferenceDataSourceUpdate>
@Generated("software.amazon.awssdk:codegen") public final class ReferenceDataSourceUpdate extends Object implements SdkPojo, Serializable, 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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReferenceDataSourceUpdate.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReferenceDataSourceUpdate.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringreferenceId()ID of the reference data source being updated.SourceSchemareferenceSchemaUpdate()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.S3ReferenceDataSourceUpdates3ReferenceDataSourceUpdate()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.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ReferenceDataSourceUpdate.Builder>serializableBuilderClass()StringtableNameUpdate()In-application table name that is created by this update.ReferenceDataSourceUpdate.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
referenceId
public final String referenceId()
ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.
- Returns:
- ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.
-
tableNameUpdate
public final String tableNameUpdate()
In-application table name that is created by this update.
- Returns:
- In-application table name that is created by this update.
-
s3ReferenceDataSourceUpdate
public final 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.
- Returns:
- 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.
-
referenceSchemaUpdate
public final 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.
- Returns:
- 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.
-
toBuilder
public ReferenceDataSourceUpdate.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReferenceDataSourceUpdate.Builder,ReferenceDataSourceUpdate>
-
builder
public static ReferenceDataSourceUpdate.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReferenceDataSourceUpdate.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-