Interface GuardrailCrossRegionDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GuardrailCrossRegionDetails.Builder,
,GuardrailCrossRegionDetails> SdkBuilder<GuardrailCrossRegionDetails.Builder,
,GuardrailCrossRegionDetails> SdkPojo
- Enclosing class:
GuardrailCrossRegionDetails
@Mutable
@NotThreadSafe
public static interface GuardrailCrossRegionDetails.Builder
extends SdkPojo, CopyableBuilder<GuardrailCrossRegionDetails.Builder,GuardrailCrossRegionDetails>
-
Method Summary
Modifier and TypeMethodDescriptionguardrailProfileArn
(String guardrailProfileArn) The Amazon Resource Name (ARN) of the guardrail profile that you're using with your guardrail.guardrailProfileId
(String guardrailProfileId) The ID of the guardrail profile that your guardrail is using.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
guardrailProfileId
The ID of the guardrail profile that your guardrail is using. Profile availability depends on your current Amazon Web Services Region. For more information, see the Amazon Bedrock User Guide.
- Parameters:
guardrailProfileId
- The ID of the guardrail profile that your guardrail is using. Profile availability depends on your current Amazon Web Services Region. For more information, see the Amazon Bedrock User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
guardrailProfileArn
The Amazon Resource Name (ARN) of the guardrail profile that you're using with your guardrail.
- Parameters:
guardrailProfileArn
- The Amazon Resource Name (ARN) of the guardrail profile that you're using with your guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-