Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.MetadataValue.Builder
Packages that use MetadataValue.Builder
-
Uses of MetadataValue.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return MetadataValue.BuilderModifier and TypeMethodDescriptionstatic MetadataValue.BuilderMetadataValue.builder()MetadataValue.Builder.stringValue(String stringValue) Value associated with theeventMetadatakey.MetadataValue.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type MetadataValue.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MetadataValue.Builder>MetadataValue.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type MetadataValue.BuilderModifier and TypeMethodDescriptionstatic RightExpressionRightExpression.fromMetadataValue(Consumer<MetadataValue.Builder> metadataValue) Create an instance of this class withRightExpression.metadataValue()initialized to the given value.default RightExpression.BuilderRightExpression.Builder.metadataValue(Consumer<MetadataValue.Builder> metadataValue) Value associated with the key ineventMetadata.