Interface BedrockGuardrail.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BedrockGuardrail.Builder,,BedrockGuardrail> SdkBuilder<BedrockGuardrail.Builder,,BedrockGuardrail> SdkPojo
- Enclosing class:
BedrockGuardrail
@Mutable
@NotThreadSafe
public static interface BedrockGuardrail.Builder
extends SdkPojo, CopyableBuilder<BedrockGuardrail.Builder,BedrockGuardrail>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the Bedrock guardrail.The version of the Bedrock guardrail.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The ARN of the Bedrock guardrail.
- Parameters:
arn- The ARN of the Bedrock guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The version of the Bedrock guardrail.
- Parameters:
version- The version of the Bedrock guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-