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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
expirationTimeThe 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.
 
- 
writeTimeThe 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.
 
 
-