Interface GuardrailConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GuardrailConfiguration.Builder,GuardrailConfiguration>,SdkBuilder<GuardrailConfiguration.Builder,GuardrailConfiguration>,SdkPojo
- Enclosing class:
- GuardrailConfiguration
public static interface GuardrailConfiguration.Builder extends SdkPojo, CopyableBuilder<GuardrailConfiguration.Builder,GuardrailConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GuardrailConfiguration.BuilderguardrailIdentifier(String guardrailIdentifier)The identifier for the guardrail.GuardrailConfiguration.BuilderguardrailVersion(String guardrailVersion)The version of the guardrail.GuardrailConfiguration.Buildertrace(String trace)The trace behavior for the guardrail.GuardrailConfiguration.Buildertrace(GuardrailTrace trace)The trace behavior for 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, sdkFields
-
-
-
-
Method Detail
-
guardrailIdentifier
GuardrailConfiguration.Builder guardrailIdentifier(String guardrailIdentifier)
The identifier for the guardrail.
- Parameters:
guardrailIdentifier- The identifier for the guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
guardrailVersion
GuardrailConfiguration.Builder guardrailVersion(String 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.
-
trace
GuardrailConfiguration.Builder trace(String trace)
The trace behavior for the guardrail.
- Parameters:
trace- The trace behavior for the guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GuardrailTrace,GuardrailTrace
-
trace
GuardrailConfiguration.Builder trace(GuardrailTrace trace)
The trace behavior for the guardrail.
- Parameters:
trace- The trace behavior for the guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GuardrailTrace,GuardrailTrace
-
-