Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.GuardrailTopicPolicyAssessment.Builder
Packages that use GuardrailTopicPolicyAssessment.Builder
-
Uses of GuardrailTopicPolicyAssessment.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return GuardrailTopicPolicyAssessment.BuilderModifier and TypeMethodDescriptionGuardrailTopicPolicyAssessment.builder()GuardrailTopicPolicyAssessment.toBuilder()GuardrailTopicPolicyAssessment.Builder.topics(Collection<GuardrailTopic> topics) The topic details of the policy assessment used in the Guardrail.GuardrailTopicPolicyAssessment.Builder.topics(Consumer<GuardrailTopic.Builder>... topics) The topic details of the policy assessment used in the Guardrail.GuardrailTopicPolicyAssessment.Builder.topics(GuardrailTopic... topics) The topic details of the policy assessment used in the Guardrail.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type GuardrailTopicPolicyAssessment.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GuardrailTopicPolicyAssessment.Builder>GuardrailTopicPolicyAssessment.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type GuardrailTopicPolicyAssessment.BuilderModifier and TypeMethodDescriptiondefault GuardrailAssessment.BuilderGuardrailAssessment.Builder.topicPolicy(Consumer<GuardrailTopicPolicyAssessment.Builder> topicPolicy) Topic policy details of the Guardrail.