Uses of Interface
software.amazon.awssdk.services.bedrock.model.GuardrailRegex.Builder
-
Packages that use GuardrailRegex.Builder Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of GuardrailRegex.Builder in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return GuardrailRegex.Builder Modifier and Type Method Description GuardrailRegex.BuilderGuardrailRegex.Builder. action(String action)The action taken when a match to the regular expression is detected.GuardrailRegex.BuilderGuardrailRegex.Builder. action(GuardrailSensitiveInformationAction action)The action taken when a match to the regular expression is detected.static GuardrailRegex.BuilderGuardrailRegex. builder()GuardrailRegex.BuilderGuardrailRegex.Builder. description(String description)The description of the regular expression for the guardrail.GuardrailRegex.BuilderGuardrailRegex.Builder. name(String name)The name of the regular expression for the guardrail.GuardrailRegex.BuilderGuardrailRegex.Builder. pattern(String pattern)The pattern of the regular expression configured for the guardrail.GuardrailRegex.BuilderGuardrailRegex. toBuilder()Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type GuardrailRegex.Builder Modifier and Type Method Description static Class<? extends GuardrailRegex.Builder>GuardrailRegex. serializableBuilderClass()
-