Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.GuardrailTopic.Builder
-
Packages that use GuardrailTopic.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of GuardrailTopic.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return GuardrailTopic.Builder Modifier and Type Method Description GuardrailTopic.BuilderGuardrailTopic.Builder. action(String action)The action details on a specific topic in the Guardrail.GuardrailTopic.BuilderGuardrailTopic.Builder. action(GuardrailTopicPolicyAction action)The action details on a specific topic in the Guardrail.static GuardrailTopic.BuilderGuardrailTopic. builder()GuardrailTopic.BuilderGuardrailTopic.Builder. name(String name)The name details on a specific topic in the Guardrail.GuardrailTopic.BuilderGuardrailTopic. toBuilder()GuardrailTopic.BuilderGuardrailTopic.Builder. type(String type)The type details on a specific topic in the Guardrail.GuardrailTopic.BuilderGuardrailTopic.Builder. type(GuardrailTopicType type)The type details on a specific topic in the Guardrail.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type GuardrailTopic.Builder Modifier and Type Method Description static Class<? extends GuardrailTopic.Builder>GuardrailTopic. serializableBuilderClass()
-