| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
GuardrailRegexConfig |
GuardrailRegexConfig.clone() |
GuardrailRegexConfig |
GuardrailRegexConfig.withAction(GuardrailSensitiveInformationAction action)
The guardrail action to configure when matching regular expression is detected.
|
GuardrailRegexConfig |
GuardrailRegexConfig.withAction(String action)
The guardrail action to configure when matching regular expression is detected.
|
GuardrailRegexConfig |
GuardrailRegexConfig.withDescription(String description)
The description of the regular expression to configure for the guardrail.
|
GuardrailRegexConfig |
GuardrailRegexConfig.withName(String name)
The name of the regular expression to configure for the guardrail.
|
GuardrailRegexConfig |
GuardrailRegexConfig.withPattern(String pattern)
The regular expression pattern to configure for the guardrail.
|
| Modifier and Type | Method and Description |
|---|---|
List<GuardrailRegexConfig> |
GuardrailSensitiveInformationPolicyConfig.getRegexesConfig()
A list of regular expressions to configure to the guardrail.
|
| Modifier and Type | Method and Description |
|---|---|
GuardrailSensitiveInformationPolicyConfig |
GuardrailSensitiveInformationPolicyConfig.withRegexesConfig(GuardrailRegexConfig... regexesConfig)
A list of regular expressions to configure to the guardrail.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GuardrailSensitiveInformationPolicyConfig.setRegexesConfig(Collection<GuardrailRegexConfig> regexesConfig)
A list of regular expressions to configure to the guardrail.
|
GuardrailSensitiveInformationPolicyConfig |
GuardrailSensitiveInformationPolicyConfig.withRegexesConfig(Collection<GuardrailRegexConfig> regexesConfig)
A list of regular expressions to configure to the guardrail.
|
Copyright © 2024. All rights reserved.