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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GuardrailCrossRegionDetails.BuilderguardrailProfileArn(String guardrailProfileArn)The Amazon Resource Name (ARN) of the guardrail profile that you're using with your guardrail.GuardrailCrossRegionDetails.BuilderguardrailProfileId(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 Detail
-
guardrailProfileId
GuardrailCrossRegionDetails.Builder guardrailProfileId(String 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
GuardrailCrossRegionDetails.Builder guardrailProfileArn(String 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.
-
-