Interface MemoryRecordRightExpression.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MemoryRecordRightExpression.Builder,,MemoryRecordRightExpression> SdkBuilder<MemoryRecordRightExpression.Builder,,MemoryRecordRightExpression> SdkPojo
- Enclosing class:
- MemoryRecordRightExpression
@Mutable
@NotThreadSafe
public static interface MemoryRecordRightExpression.Builder
extends SdkPojo, CopyableBuilder<MemoryRecordRightExpression.Builder,MemoryRecordRightExpression>
-
Method Summary
Modifier and TypeMethodDescriptionmetadataValue(Consumer<MemoryRecordMetadataValue.Builder> metadataValue) The metadata value to compare against.metadataValue(MemoryRecordMetadataValue metadataValue) The metadata value to compare against.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
metadataValue
The metadata value to compare against.
- Parameters:
metadataValue- The metadata value to compare against.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadataValue
default MemoryRecordRightExpression.Builder metadataValue(Consumer<MemoryRecordMetadataValue.Builder> metadataValue) The metadata value to compare against.
This is a convenience method that creates an instance of theMemoryRecordMetadataValue.Builderavoiding the need to create one manually viaMemoryRecordMetadataValue.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tometadataValue(MemoryRecordMetadataValue).- Parameters:
metadataValue- a consumer that will call methods onMemoryRecordMetadataValue.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-