Interface KeyspacesMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<KeyspacesMetadata.Builder,
,KeyspacesMetadata> SdkBuilder<KeyspacesMetadata.Builder,
,KeyspacesMetadata> SdkPojo
- Enclosing class:
KeyspacesMetadata
@Mutable
@NotThreadSafe
public static interface KeyspacesMetadata.Builder
extends SdkPojo, CopyableBuilder<KeyspacesMetadata.Builder,KeyspacesMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionexpirationTime
(String expirationTime) The time at which the associated data will expire, based on the time-to-live (TTL) setting.The timestamp at which the associated data was written to the database.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
-
expirationTime
The time at which the associated data will expire, based on the time-to-live (TTL) setting.
- Parameters:
expirationTime
- The time at which the associated data will expire, based on the time-to-live (TTL) setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
writeTime
The timestamp at which the associated data was written to the database.
- Parameters:
writeTime
- The timestamp at which the associated data was written to the database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-