Uses of Class
software.amazon.awscdk.services.bedrock.CfnGuardrailProps.Builder
Packages that use CfnGuardrailProps.Builder
-
Uses of CfnGuardrailProps.Builder in software.amazon.awscdk.services.bedrock
Methods in software.amazon.awscdk.services.bedrock that return CfnGuardrailProps.BuilderModifier and TypeMethodDescriptionCfnGuardrailProps.Builder.blockedInputMessaging
(String blockedInputMessaging) Sets the value ofCfnGuardrailProps.getBlockedInputMessaging()
CfnGuardrailProps.Builder.blockedOutputsMessaging
(String blockedOutputsMessaging) Sets the value ofCfnGuardrailProps.getBlockedOutputsMessaging()
static CfnGuardrailProps.Builder
CfnGuardrailProps.builder()
CfnGuardrailProps.Builder.contentPolicyConfig
(IResolvable contentPolicyConfig) Sets the value ofCfnGuardrailProps.getContentPolicyConfig()
CfnGuardrailProps.Builder.contentPolicyConfig
(CfnGuardrail.ContentPolicyConfigProperty contentPolicyConfig) Sets the value ofCfnGuardrailProps.getContentPolicyConfig()
CfnGuardrailProps.Builder.contextualGroundingPolicyConfig
(IResolvable contextualGroundingPolicyConfig) Sets the value ofCfnGuardrailProps.getContextualGroundingPolicyConfig()
CfnGuardrailProps.Builder.contextualGroundingPolicyConfig
(CfnGuardrail.ContextualGroundingPolicyConfigProperty contextualGroundingPolicyConfig) Sets the value ofCfnGuardrailProps.getContextualGroundingPolicyConfig()
CfnGuardrailProps.Builder.description
(String description) Sets the value ofCfnGuardrailProps.getDescription()
Sets the value ofCfnGuardrailProps.getKmsKeyArn()
Sets the value ofCfnGuardrailProps.getName()
CfnGuardrailProps.Builder.sensitiveInformationPolicyConfig
(IResolvable sensitiveInformationPolicyConfig) Sets the value ofCfnGuardrailProps.getSensitiveInformationPolicyConfig()
CfnGuardrailProps.Builder.sensitiveInformationPolicyConfig
(CfnGuardrail.SensitiveInformationPolicyConfigProperty sensitiveInformationPolicyConfig) Sets the value ofCfnGuardrailProps.getSensitiveInformationPolicyConfig()
Sets the value ofCfnGuardrailProps.getTags()
CfnGuardrailProps.Builder.topicPolicyConfig
(IResolvable topicPolicyConfig) Sets the value ofCfnGuardrailProps.getTopicPolicyConfig()
CfnGuardrailProps.Builder.topicPolicyConfig
(CfnGuardrail.TopicPolicyConfigProperty topicPolicyConfig) Sets the value ofCfnGuardrailProps.getTopicPolicyConfig()
CfnGuardrailProps.Builder.wordPolicyConfig
(IResolvable wordPolicyConfig) Sets the value ofCfnGuardrailProps.getWordPolicyConfig()
CfnGuardrailProps.Builder.wordPolicyConfig
(CfnGuardrail.WordPolicyConfigProperty wordPolicyConfig) Sets the value ofCfnGuardrailProps.getWordPolicyConfig()
Constructors in software.amazon.awscdk.services.bedrock with parameters of type CfnGuardrailProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnGuardrailProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnGuardrailProps.Builder
.