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
Modifier and TypeMethodDescriptionThe 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 Details
-
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.
-