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