Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.GuardrailTextBlock.Builder
-
Packages that use GuardrailTextBlock.Builder Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of GuardrailTextBlock.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailTextBlock.Builder Modifier and Type Method Description static GuardrailTextBlock.BuilderGuardrailTextBlock. builder()GuardrailTextBlock.BuilderGuardrailTextBlock.Builder. qualifiers(Collection<GuardrailContentQualifier> qualifiers)The qualifiers describing the text block.GuardrailTextBlock.BuilderGuardrailTextBlock.Builder. qualifiers(GuardrailContentQualifier... qualifiers)The qualifiers describing the text block.GuardrailTextBlock.BuilderGuardrailTextBlock.Builder. qualifiersWithStrings(String... qualifiers)The qualifiers describing the text block.GuardrailTextBlock.BuilderGuardrailTextBlock.Builder. qualifiersWithStrings(Collection<String> qualifiers)The qualifiers describing the text block.GuardrailTextBlock.BuilderGuardrailTextBlock.Builder. text(String text)The input text details to be evaluated by the guardrail.GuardrailTextBlock.BuilderGuardrailTextBlock. toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type GuardrailTextBlock.Builder Modifier and Type Method Description static Class<? extends GuardrailTextBlock.Builder>GuardrailTextBlock. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type GuardrailTextBlock.Builder Modifier and Type Method Description static 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.
-