Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.GuardrailWordPolicyAssessment.Builder
Packages that use GuardrailWordPolicyAssessment.Builder
-
Uses of GuardrailWordPolicyAssessment.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return GuardrailWordPolicyAssessment.BuilderModifier and TypeMethodDescriptionGuardrailWordPolicyAssessment.builder()GuardrailWordPolicyAssessment.Builder.customWords(Collection<GuardrailCustomWord> customWords) The custom word details for words defined in the Guardrail filter.GuardrailWordPolicyAssessment.Builder.customWords(Consumer<GuardrailCustomWord.Builder>... customWords) The custom word details for words defined in the Guardrail filter.GuardrailWordPolicyAssessment.Builder.customWords(GuardrailCustomWord... customWords) The custom word details for words defined in the Guardrail filter.GuardrailWordPolicyAssessment.Builder.managedWordLists(Collection<GuardrailManagedWord> managedWordLists) The managed word lists for words defined in the Guardrail filter.GuardrailWordPolicyAssessment.Builder.managedWordLists(Consumer<GuardrailManagedWord.Builder>... managedWordLists) The managed word lists for words defined in the Guardrail filter.GuardrailWordPolicyAssessment.Builder.managedWordLists(GuardrailManagedWord... managedWordLists) The managed word lists for words defined in the Guardrail filter.GuardrailWordPolicyAssessment.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type GuardrailWordPolicyAssessment.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GuardrailWordPolicyAssessment.Builder>GuardrailWordPolicyAssessment.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type GuardrailWordPolicyAssessment.BuilderModifier and TypeMethodDescriptiondefault GuardrailAssessment.BuilderGuardrailAssessment.Builder.wordPolicy(Consumer<GuardrailWordPolicyAssessment.Builder> wordPolicy) Word policy details of the Guardrail.