| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
GuardrailRegex |
GuardrailRegex.clone() |
GuardrailRegex |
GuardrailRegex.withAction(GuardrailSensitiveInformationAction action)
The action taken when a match to the regular expression is detected.
|
GuardrailRegex |
GuardrailRegex.withAction(String action)
The action taken when a match to the regular expression is detected.
|
GuardrailRegex |
GuardrailRegex.withDescription(String description)
The description of the regular expression for the guardrail.
|
GuardrailRegex |
GuardrailRegex.withName(String name)
The name of the regular expression for the guardrail.
|
GuardrailRegex |
GuardrailRegex.withPattern(String pattern)
The pattern of the regular expression configured for the guardrail.
|
| Modifier and Type | Method and Description |
|---|---|
List<GuardrailRegex> |
GuardrailSensitiveInformationPolicy.getRegexes()
The list of regular expressions configured for the guardrail.
|
| Modifier and Type | Method and Description |
|---|---|
GuardrailSensitiveInformationPolicy |
GuardrailSensitiveInformationPolicy.withRegexes(GuardrailRegex... regexes)
The list of regular expressions configured for the guardrail.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GuardrailSensitiveInformationPolicy.setRegexes(Collection<GuardrailRegex> regexes)
The list of regular expressions configured for the guardrail.
|
GuardrailSensitiveInformationPolicy |
GuardrailSensitiveInformationPolicy.withRegexes(Collection<GuardrailRegex> regexes)
The list of regular expressions configured for the guardrail.
|
Copyright © 2025. All rights reserved.