Uses of Class
software.amazon.awscdk.services.bedrock.alpha.GuardrailProps.Builder
Packages that use GuardrailProps.Builder
-
Uses of GuardrailProps.Builder in software.amazon.awscdk.services.bedrock.alpha
Methods in software.amazon.awscdk.services.bedrock.alpha that return GuardrailProps.BuilderModifier and TypeMethodDescriptionGuardrailProps.Builder.blockedInputMessaging
(String blockedInputMessaging) Sets the value ofGuardrailProps.getBlockedInputMessaging()
GuardrailProps.Builder.blockedOutputsMessaging
(String blockedOutputsMessaging) Sets the value ofGuardrailProps.getBlockedOutputsMessaging()
static GuardrailProps.Builder
GuardrailProps.builder()
GuardrailProps.Builder.contentFilters
(List<? extends ContentFilter> contentFilters) Sets the value ofGuardrailProps.getContentFilters()
GuardrailProps.Builder.contentFiltersTierConfig
(TierConfig contentFiltersTierConfig) Sets the value ofGuardrailProps.getContentFiltersTierConfig()
GuardrailProps.Builder.contextualGroundingFilters
(List<? extends ContextualGroundingFilter> contextualGroundingFilters) Sets the value ofGuardrailProps.getContextualGroundingFilters()
GuardrailProps.Builder.crossRegionConfig
(GuardrailCrossRegionConfigProperty crossRegionConfig) Sets the value ofGuardrailProps.getCrossRegionConfig()
GuardrailProps.Builder.deniedTopics
(List<? extends Topic> deniedTopics) Sets the value ofGuardrailProps.getDeniedTopics()
GuardrailProps.Builder.description
(String description) Sets the value ofGuardrailProps.getDescription()
GuardrailProps.Builder.guardrailName
(String guardrailName) Sets the value ofGuardrailProps.getGuardrailName()
Sets the value ofGuardrailProps.getKmsKey()
GuardrailProps.Builder.managedWordListFilters
(List<? extends ManagedWordFilter> managedWordListFilters) Sets the value ofGuardrailProps.getManagedWordListFilters()
GuardrailProps.Builder.piiFilters
(List<? extends PIIFilter> piiFilters) Sets the value ofGuardrailProps.getPiiFilters()
GuardrailProps.Builder.regexFilters
(List<? extends RegexFilter> regexFilters) Sets the value ofGuardrailProps.getRegexFilters()
GuardrailProps.Builder.topicsTierConfig
(TierConfig topicsTierConfig) Sets the value ofGuardrailProps.getTopicsTierConfig()
GuardrailProps.Builder.wordFilters
(List<? extends WordFilter> wordFilters) Sets the value ofGuardrailProps.getWordFilters()
Constructors in software.amazon.awscdk.services.bedrock.alpha with parameters of type GuardrailProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(GuardrailProps.Builder builder) Constructor that initializes the object based on literal property values passed by theGuardrailProps.Builder
.