Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.MetadataAttributeValue.Builder
Packages that use MetadataAttributeValue.Builder
-
Uses of MetadataAttributeValue.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return MetadataAttributeValue.BuilderModifier and TypeMethodDescriptionMetadataAttributeValue.Builder.booleanValue(Boolean booleanValue) The value of the Boolean metadata attribute.MetadataAttributeValue.builder()MetadataAttributeValue.Builder.numberValue(Double numberValue) The value of the numeric metadata attribute.MetadataAttributeValue.Builder.stringListValue(String... stringListValue) An array of strings that define the value of the metadata attribute.MetadataAttributeValue.Builder.stringListValue(Collection<String> stringListValue) An array of strings that define the value of the metadata attribute.MetadataAttributeValue.Builder.stringValue(String stringValue) The value of the string metadata attribute.MetadataAttributeValue.toBuilder()The type of the metadata attribute.MetadataAttributeValue.Builder.type(MetadataValueType type) The type of the metadata attribute.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type MetadataAttributeValue.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MetadataAttributeValue.Builder>MetadataAttributeValue.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type MetadataAttributeValue.BuilderModifier and TypeMethodDescriptiondefault MetadataAttribute.BuilderMetadataAttribute.Builder.value(Consumer<MetadataAttributeValue.Builder> value) Contains the value of the metadata attribute.