Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.GuardrailCustomWord.Builder
-
Packages that use GuardrailCustomWord.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of GuardrailCustomWord.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return GuardrailCustomWord.Builder Modifier and Type Method Description GuardrailCustomWord.BuilderGuardrailCustomWord.Builder. action(String action)The action details for the custom word filter in the Guardrail.GuardrailCustomWord.BuilderGuardrailCustomWord.Builder. action(GuardrailWordPolicyAction action)The action details for the custom word filter in the Guardrail.static GuardrailCustomWord.BuilderGuardrailCustomWord. builder()GuardrailCustomWord.BuilderGuardrailCustomWord.Builder. match(String match)The match details for the custom word filter in the Guardrail.GuardrailCustomWord.BuilderGuardrailCustomWord. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type GuardrailCustomWord.Builder Modifier and Type Method Description static Class<? extends GuardrailCustomWord.Builder>GuardrailCustomWord. serializableBuilderClass()
-