Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.CustomDescriptor.Builder
Packages that use CustomDescriptor.Builder
-
Uses of CustomDescriptor.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return CustomDescriptor.BuilderModifier and TypeMethodDescriptionstatic CustomDescriptor.BuilderCustomDescriptor.builder()CustomDescriptor.Builder.inlineContent(String inlineContent) The inline content of the custom descriptor.CustomDescriptor.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type CustomDescriptor.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CustomDescriptor.Builder>CustomDescriptor.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type CustomDescriptor.BuilderModifier and TypeMethodDescriptiondefault Descriptors.BuilderDescriptors.Builder.custom(Consumer<CustomDescriptor.Builder> custom) The custom descriptor configuration.