Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.AppliedGuardrailDetails.Builder
Packages that use AppliedGuardrailDetails.Builder
-
Uses of AppliedGuardrailDetails.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return AppliedGuardrailDetails.BuilderModifier and TypeMethodDescriptionAppliedGuardrailDetails.builder()AppliedGuardrailDetails.Builder.guardrailArn(String guardrailArn) The ARN of the guardrail that was applied.AppliedGuardrailDetails.Builder.guardrailId(String guardrailId) The unique ID of the guardrail that was applied.AppliedGuardrailDetails.Builder.guardrailOrigin(Collection<GuardrailOrigin> guardrailOrigin) The origin of how the guardrail was applied.AppliedGuardrailDetails.Builder.guardrailOrigin(GuardrailOrigin... guardrailOrigin) The origin of how the guardrail was applied.AppliedGuardrailDetails.Builder.guardrailOriginWithStrings(String... guardrailOrigin) The origin of how the guardrail was applied.AppliedGuardrailDetails.Builder.guardrailOriginWithStrings(Collection<String> guardrailOrigin) The origin of how the guardrail was applied.AppliedGuardrailDetails.Builder.guardrailOwnership(String guardrailOwnership) The ownership type of the guardrail, indicating whether it is owned by the requesting account or is a cross-account guardrail shared from another AWS account.AppliedGuardrailDetails.Builder.guardrailOwnership(GuardrailOwnership guardrailOwnership) The ownership type of the guardrail, indicating whether it is owned by the requesting account or is a cross-account guardrail shared from another AWS account.AppliedGuardrailDetails.Builder.guardrailVersion(String guardrailVersion) The version of the guardrail that was applied.AppliedGuardrailDetails.toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type AppliedGuardrailDetails.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AppliedGuardrailDetails.Builder>AppliedGuardrailDetails.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type AppliedGuardrailDetails.BuilderModifier and TypeMethodDescriptiondefault GuardrailAssessment.BuilderGuardrailAssessment.Builder.appliedGuardrailDetails(Consumer<AppliedGuardrailDetails.Builder> appliedGuardrailDetails) Sets the value of the AppliedGuardrailDetails property for this object.