Interface KeyspacesCell.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<KeyspacesCell.Builder,,- KeyspacesCell> - SdkBuilder<KeyspacesCell.Builder,,- KeyspacesCell> - SdkPojo
- Enclosing class:
- KeyspacesCell
@Mutable
@NotThreadSafe
public static interface KeyspacesCell.Builder
extends SdkPojo, CopyableBuilder<KeyspacesCell.Builder,KeyspacesCell> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault KeyspacesCell.Buildermetadata(Consumer<KeyspacesMetadata.Builder> metadata) Metadata associated with this cell, such as time-to-live (TTL) expiration time and write timestamp.metadata(KeyspacesMetadata metadata) Metadata associated with this cell, such as time-to-live (TTL) expiration time and write timestamp.default KeyspacesCell.Buildervalue(Consumer<KeyspacesCellValue.Builder> value) The value stored in this cell, which can be of various data types supported by Amazon Keyspaces.value(KeyspacesCellValue value) The value stored in this cell, which can be of various data types supported by Amazon Keyspaces.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- 
valueThe value stored in this cell, which can be of various data types supported by Amazon Keyspaces. - Parameters:
- value- The value stored in this cell, which can be of various data types supported by Amazon Keyspaces.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
valueThe value stored in this cell, which can be of various data types supported by Amazon Keyspaces. This is a convenience method that creates an instance of theKeyspacesCellValue.Builderavoiding the need to create one manually viaKeyspacesCellValue.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovalue(KeyspacesCellValue).- Parameters:
- value- a consumer that will call methods on- KeyspacesCellValue.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
metadataMetadata associated with this cell, such as time-to-live (TTL) expiration time and write timestamp. - Parameters:
- metadata- Metadata associated with this cell, such as time-to-live (TTL) expiration time and write timestamp.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
metadataMetadata associated with this cell, such as time-to-live (TTL) expiration time and write timestamp. This is a convenience method that creates an instance of theKeyspacesMetadata.Builderavoiding the need to create one manually viaKeyspacesMetadata.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tometadata(KeyspacesMetadata).- Parameters:
- metadata- a consumer that will call methods on- KeyspacesMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-