Uses of Interface
software.amazon.awssdk.services.bedrock.model.GuardrailTopic.Builder
-
Packages that use GuardrailTopic.Builder Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of GuardrailTopic.Builder in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return GuardrailTopic.Builder Modifier and Type Method Description static GuardrailTopic.BuilderGuardrailTopic. builder()GuardrailTopic.BuilderGuardrailTopic.Builder. definition(String definition)A definition of the topic to deny.GuardrailTopic.BuilderGuardrailTopic.Builder. examples(String... examples)A list of prompts, each of which is an example of a prompt that can be categorized as belonging to the topic.GuardrailTopic.BuilderGuardrailTopic.Builder. examples(Collection<String> examples)A list of prompts, each of which is an example of a prompt that can be categorized as belonging to the topic.GuardrailTopic.BuilderGuardrailTopic.Builder. name(String name)The name of the topic to deny.GuardrailTopic.BuilderGuardrailTopic. toBuilder()GuardrailTopic.BuilderGuardrailTopic.Builder. type(String type)Specifies to deny the topic.GuardrailTopic.BuilderGuardrailTopic.Builder. type(GuardrailTopicType type)Specifies to deny the topic.Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type GuardrailTopic.Builder Modifier and Type Method Description static Class<? extends GuardrailTopic.Builder>GuardrailTopic. serializableBuilderClass()
-