Interface GuardrailOutputContent.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GuardrailOutputContent.Builder,GuardrailOutputContent>,SdkBuilder<GuardrailOutputContent.Builder,GuardrailOutputContent>,SdkPojo
- Enclosing class:
- GuardrailOutputContent
public static interface GuardrailOutputContent.Builder extends SdkPojo, CopyableBuilder<GuardrailOutputContent.Builder,GuardrailOutputContent>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GuardrailOutputContent.Buildertext(String text)The specific text for the output content produced by 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
-
text
GuardrailOutputContent.Builder text(String text)
The specific text for the output content produced by the guardrail.
- Parameters:
text- The specific text for the output content produced by the guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-