Interface CdcSpecificationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CdcSpecificationSummary.Builder,
,CdcSpecificationSummary> SdkBuilder<CdcSpecificationSummary.Builder,
,CdcSpecificationSummary> SdkPojo
- Enclosing class:
CdcSpecificationSummary
-
Method Summary
Modifier and TypeMethodDescriptionThe status of the CDC stream.The status of the CDC stream.The view type specifies the changes Amazon Keyspaces records for each changed row in the stream.The view type specifies the changes Amazon Keyspaces records for each changed row in the stream.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
status
The status of the CDC stream. Specifies if the table has a CDC stream.
- Parameters:
status
- The status of the CDC stream. Specifies if the table has a CDC stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the CDC stream. Specifies if the table has a CDC stream.
- Parameters:
status
- The status of the CDC stream. Specifies if the table has a CDC stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
viewType
The view type specifies the changes Amazon Keyspaces records for each changed row in the stream. This setting can't be changed, after the stream has been created.
The options are:
-
NEW_AND_OLD_IMAGES
- both versions of the row, before and after the change. This is the default. -
NEW_IMAGE
- the version of the row after the change. -
OLD_IMAGE
- the version of the row before the change. -
KEYS_ONLY
- the partition and clustering keys of the row that was changed.
- Parameters:
viewType
- The view type specifies the changes Amazon Keyspaces records for each changed row in the stream. This setting can't be changed, after the stream has been created.The options are:
-
NEW_AND_OLD_IMAGES
- both versions of the row, before and after the change. This is the default. -
NEW_IMAGE
- the version of the row after the change. -
OLD_IMAGE
- the version of the row before the change. -
KEYS_ONLY
- the partition and clustering keys of the row that was changed.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
viewType
The view type specifies the changes Amazon Keyspaces records for each changed row in the stream. This setting can't be changed, after the stream has been created.
The options are:
-
NEW_AND_OLD_IMAGES
- both versions of the row, before and after the change. This is the default. -
NEW_IMAGE
- the version of the row after the change. -
OLD_IMAGE
- the version of the row before the change. -
KEYS_ONLY
- the partition and clustering keys of the row that was changed.
- Parameters:
viewType
- The view type specifies the changes Amazon Keyspaces records for each changed row in the stream. This setting can't be changed, after the stream has been created.The options are:
-
NEW_AND_OLD_IMAGES
- both versions of the row, before and after the change. This is the default. -
NEW_IMAGE
- the version of the row after the change. -
OLD_IMAGE
- the version of the row before the change. -
KEYS_ONLY
- the partition and clustering keys of the row that was changed.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-