Uses of Class
software.amazon.awscdk.services.bedrock.alpha.CustomTopicProps.Builder
Packages that use CustomTopicProps.Builder
-
Uses of CustomTopicProps.Builder in software.amazon.awscdk.services.bedrock.alpha
Methods in software.amazon.awscdk.services.bedrock.alpha that return CustomTopicProps.BuilderModifier and TypeMethodDescriptionstatic CustomTopicProps.Builder
CustomTopicProps.builder()
CustomTopicProps.Builder.definition
(String definition) Sets the value ofCustomTopicProps.getDefinition()
Sets the value ofCustomTopicProps.getExamples()
CustomTopicProps.Builder.inputAction
(GuardrailAction inputAction) Sets the value ofCustomTopicProps.getInputAction()
CustomTopicProps.Builder.inputEnabled
(Boolean inputEnabled) Sets the value ofCustomTopicProps.getInputEnabled()
Sets the value ofCustomTopicProps.getName()
CustomTopicProps.Builder.outputAction
(GuardrailAction outputAction) Sets the value ofCustomTopicProps.getOutputAction()
CustomTopicProps.Builder.outputEnabled
(Boolean outputEnabled) Sets the value ofCustomTopicProps.getOutputEnabled()
Constructors in software.amazon.awscdk.services.bedrock.alpha with parameters of type CustomTopicProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CustomTopicProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCustomTopicProps.Builder
.