Interface Content.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Content.Builder,,Content> SdkBuilder<Content.Builder,,Content> SdkPojo
- Enclosing class:
Content
@Mutable
@NotThreadSafe
public static interface Content.Builder
extends SdkPojo, CopyableBuilder<Content.Builder,Content>
-
Method Summary
Modifier and TypeMethodDescriptionThe raw text content containing natural language descriptions of desired policy behavior.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
-
rawText
The raw text content containing natural language descriptions of desired policy behavior. This text is processed by AI to generate corresponding Cedar policy statements that match the described intent.
- Parameters:
rawText- The raw text content containing natural language descriptions of desired policy behavior. This text is processed by AI to generate corresponding Cedar policy statements that match the described intent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-