Interface GuardrailConfigurationWithArn.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GuardrailConfigurationWithArn.Builder,
,GuardrailConfigurationWithArn> SdkBuilder<GuardrailConfigurationWithArn.Builder,
,GuardrailConfigurationWithArn> SdkPojo
- Enclosing class:
GuardrailConfigurationWithArn
@Mutable
@NotThreadSafe
public static interface GuardrailConfigurationWithArn.Builder
extends SdkPojo, CopyableBuilder<GuardrailConfigurationWithArn.Builder,GuardrailConfigurationWithArn>
-
Method Summary
Modifier and TypeMethodDescriptionguardrailIdentifier
(String guardrailIdentifier) The unique identifier for the guardrail.guardrailVersion
(String guardrailVersion) The version of the guardrail.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
-
guardrailIdentifier
The unique identifier for the guardrail.
- Parameters:
guardrailIdentifier
- The unique identifier for the guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
guardrailVersion
The version of the guardrail.
- Parameters:
guardrailVersion
- The version of the guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-