Class StreamSpecification
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StreamSpecification.Builder,StreamSpecification>
Represents the DynamoDB Streams configuration for a table in DynamoDB.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic StreamSpecification.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends StreamSpecification.Builder>final BooleanIndicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.final StreamViewTypeWhen an item in the table is modified,StreamViewTypedetermines what information is written to the stream for this table.final StringWhen an item in the table is modified,StreamViewTypedetermines what information is written to the stream for this table.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
streamEnabled
Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.
- Returns:
- Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.
-
streamViewType
When an item in the table is modified,
StreamViewTypedetermines what information is written to the stream for this table. Valid values forStreamViewTypeare:-
KEYS_ONLY- Only the key attributes of the modified item are written to the stream. -
NEW_IMAGE- The entire item, as it appears after it was modified, is written to the stream. -
OLD_IMAGE- The entire item, as it appeared before it was modified, is written to the stream. -
NEW_AND_OLD_IMAGES- Both the new and the old item images of the item are written to the stream.
If the service returns an enum value that is not available in the current SDK version,
streamViewTypewill returnStreamViewType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstreamViewTypeAsString().- Returns:
- When an item in the table is modified,
StreamViewTypedetermines what information is written to the stream for this table. Valid values forStreamViewTypeare:-
KEYS_ONLY- Only the key attributes of the modified item are written to the stream. -
NEW_IMAGE- The entire item, as it appears after it was modified, is written to the stream. -
OLD_IMAGE- The entire item, as it appeared before it was modified, is written to the stream. -
NEW_AND_OLD_IMAGES- Both the new and the old item images of the item are written to the stream.
-
- See Also:
-
-
streamViewTypeAsString
When an item in the table is modified,
StreamViewTypedetermines what information is written to the stream for this table. Valid values forStreamViewTypeare:-
KEYS_ONLY- Only the key attributes of the modified item are written to the stream. -
NEW_IMAGE- The entire item, as it appears after it was modified, is written to the stream. -
OLD_IMAGE- The entire item, as it appeared before it was modified, is written to the stream. -
NEW_AND_OLD_IMAGES- Both the new and the old item images of the item are written to the stream.
If the service returns an enum value that is not available in the current SDK version,
streamViewTypewill returnStreamViewType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstreamViewTypeAsString().- Returns:
- When an item in the table is modified,
StreamViewTypedetermines what information is written to the stream for this table. Valid values forStreamViewTypeare:-
KEYS_ONLY- Only the key attributes of the modified item are written to the stream. -
NEW_IMAGE- The entire item, as it appears after it was modified, is written to the stream. -
OLD_IMAGE- The entire item, as it appeared before it was modified, is written to the stream. -
NEW_AND_OLD_IMAGES- Both the new and the old item images of the item are written to the stream.
-
- See Also:
-
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<StreamSpecification.Builder,StreamSpecification>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-