Interface GuardrailCrossRegionConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GuardrailCrossRegionConfig.Builder,
,GuardrailCrossRegionConfig> SdkBuilder<GuardrailCrossRegionConfig.Builder,
,GuardrailCrossRegionConfig> SdkPojo
- Enclosing class:
GuardrailCrossRegionConfig
@Mutable
@NotThreadSafe
public static interface GuardrailCrossRegionConfig.Builder
extends SdkPojo, CopyableBuilder<GuardrailCrossRegionConfig.Builder,GuardrailCrossRegionConfig>
-
Method Summary
Modifier and TypeMethodDescriptionguardrailProfileIdentifier
(String guardrailProfileIdentifier) The ID or Amazon Resource Name (ARN) 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
-
guardrailProfileIdentifier
The ID or Amazon Resource Name (ARN) of the guardrail profile that your guardrail is using. Guardrail profile availability depends on your current Amazon Web Services Region. For more information, see the Amazon Bedrock User Guide.
- Parameters:
guardrailProfileIdentifier
- The ID or Amazon Resource Name (ARN) of the guardrail profile that your guardrail is using. Guardrail 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.
-