Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.GuardrailTextBlock.Builder
Packages that use GuardrailTextBlock.Builder
-
Uses of GuardrailTextBlock.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailTextBlock.BuilderModifier and TypeMethodDescriptionstatic GuardrailTextBlock.BuilderGuardrailTextBlock.builder()GuardrailTextBlock.Builder.qualifiers(Collection<GuardrailContentQualifier> qualifiers) The qualifiers describing the text block.GuardrailTextBlock.Builder.qualifiers(GuardrailContentQualifier... qualifiers) The qualifiers describing the text block.GuardrailTextBlock.Builder.qualifiersWithStrings(String... qualifiers) The qualifiers describing the text block.GuardrailTextBlock.Builder.qualifiersWithStrings(Collection<String> qualifiers) The qualifiers describing the text block.The input text details to be evaluated by the guardrail.GuardrailTextBlock.toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type GuardrailTextBlock.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GuardrailTextBlock.Builder>GuardrailTextBlock.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type GuardrailTextBlock.BuilderModifier and TypeMethodDescriptionstatic GuardrailContentBlockGuardrailContentBlock.fromText(Consumer<GuardrailTextBlock.Builder> text) Create an instance of this class withGuardrailContentBlock.text()initialized to the given value.default GuardrailContentBlock.BuilderGuardrailContentBlock.Builder.text(Consumer<GuardrailTextBlock.Builder> text) Text within content block to be evaluated by the guardrail.