Interface KeyspacesCellMapDefinition.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<KeyspacesCellMapDefinition.Builder,,- KeyspacesCellMapDefinition> - SdkBuilder<KeyspacesCellMapDefinition.Builder,,- KeyspacesCellMapDefinition> - SdkPojo
- Enclosing class:
- KeyspacesCellMapDefinition
- 
Method SummaryModifier and TypeMethodDescriptionThe key of this map entry in the Amazon Keyspaces cell.key(KeyspacesCellValue key) The key of this map entry in the Amazon Keyspaces cell.metadata(Consumer<KeyspacesMetadata.Builder> metadata) Metadata for this specific key-value pair within the map, such as timestamps and TTL information.metadata(KeyspacesMetadata metadata) Metadata for this specific key-value pair within the map, such as timestamps and TTL information.value(Consumer<KeyspacesCellValue.Builder> value) The value associated with the key in this map entry.value(KeyspacesCellValue value) The value associated with the key in this map entry.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- 
keyThe key of this map entry in the Amazon Keyspaces cell. - Parameters:
- key- The key of this map entry in the Amazon Keyspaces cell.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
keyThe key of this map entry in the Amazon Keyspaces cell. 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 tokey(KeyspacesCellValue).- Parameters:
- key- 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:
 
- 
valueThe value associated with the key in this map entry. - Parameters:
- value- The value associated with the key in this map entry.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
valueThe value associated with the key in this map entry. 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 for this specific key-value pair within the map, such as timestamps and TTL information. - Parameters:
- metadata- Metadata for this specific key-value pair within the map, such as timestamps and TTL information.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
metadataMetadata for this specific key-value pair within the map, such as timestamps and TTL information. 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:
 
 
-