Class AwsDynamoDbTableStreamSpecification
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsDynamoDbTableStreamSpecification
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsDynamoDbTableStreamSpecification.Builder,AwsDynamoDbTableStreamSpecification>
@Generated("software.amazon.awssdk:codegen") public final class AwsDynamoDbTableStreamSpecification extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsDynamoDbTableStreamSpecification.Builder,AwsDynamoDbTableStreamSpecification>
The current DynamoDB Streams configuration for the table.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsDynamoDbTableStreamSpecification.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsDynamoDbTableStreamSpecification.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AwsDynamoDbTableStreamSpecification.Builder>serializableBuilderClass()BooleanstreamEnabled()Indicates whether DynamoDB Streams is enabled on the table.StringstreamViewType()Determines the information that is written to the table.AwsDynamoDbTableStreamSpecification.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
-
streamEnabled
public final Boolean streamEnabled()
Indicates whether DynamoDB Streams is enabled on the table.
- Returns:
- Indicates whether DynamoDB Streams is enabled on the table.
-
streamViewType
public final String streamViewType()
Determines the information that is written to the table.
- Returns:
- Determines the information that is written to the table.
-
toBuilder
public AwsDynamoDbTableStreamSpecification.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsDynamoDbTableStreamSpecification.Builder,AwsDynamoDbTableStreamSpecification>
-
builder
public static AwsDynamoDbTableStreamSpecification.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsDynamoDbTableStreamSpecification.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.
-
-