Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.GuardrailContentBlock.Builder
-
Packages that use GuardrailContentBlock.Builder Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of GuardrailContentBlock.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailContentBlock.Builder Modifier and Type Method Description static GuardrailContentBlock.BuilderGuardrailContentBlock. builder()default GuardrailContentBlock.BuilderGuardrailContentBlock.Builder. image(Consumer<GuardrailImageBlock.Builder> image)Image within guardrail content block to be evaluated by the guardrail.GuardrailContentBlock.BuilderGuardrailContentBlock.Builder. image(GuardrailImageBlock image)Image within guardrail content block to be evaluated by the guardrail.default GuardrailContentBlock.BuilderGuardrailContentBlock.Builder. text(Consumer<GuardrailTextBlock.Builder> text)Text within content block to be evaluated by the guardrail.GuardrailContentBlock.BuilderGuardrailContentBlock.Builder. text(GuardrailTextBlock text)Text within content block to be evaluated by the guardrail.GuardrailContentBlock.BuilderGuardrailContentBlock. toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type GuardrailContentBlock.Builder Modifier and Type Method Description static Class<? extends GuardrailContentBlock.Builder>GuardrailContentBlock. serializableBuilderClass()
-