Interface LeftExpression.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LeftExpression.Builder,,LeftExpression> SdkBuilder<LeftExpression.Builder,,LeftExpression> SdkPojo
- Enclosing class:
LeftExpression
@Mutable
@NotThreadSafe
public static interface LeftExpression.Builder
extends SdkPojo, CopyableBuilder<LeftExpression.Builder,LeftExpression>
-
Method Summary
Modifier and TypeMethodDescriptionmetadataKey(String metadataKey) Key associated with the metadata in an event.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
-
metadataKey
Key associated with the metadata in an event.
- Parameters:
metadataKey- Key associated with the metadata in an event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-