Interface AutomatedReasoningPolicyIngestContentAnnotation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AutomatedReasoningPolicyIngestContentAnnotation.Builder,,AutomatedReasoningPolicyIngestContentAnnotation> SdkBuilder<AutomatedReasoningPolicyIngestContentAnnotation.Builder,,AutomatedReasoningPolicyIngestContentAnnotation> SdkPojo
- Enclosing class:
AutomatedReasoningPolicyIngestContentAnnotation
@Mutable
@NotThreadSafe
public static interface AutomatedReasoningPolicyIngestContentAnnotation.Builder
extends SdkPojo, CopyableBuilder<AutomatedReasoningPolicyIngestContentAnnotation.Builder,AutomatedReasoningPolicyIngestContentAnnotation>
-
Method Summary
Modifier and TypeMethodDescriptionThe new content to be analyzed and incorporated into the policy, such as additional documents or rule descriptions.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
-
content
The new content to be analyzed and incorporated into the policy, such as additional documents or rule descriptions.
- Parameters:
content- The new content to be analyzed and incorporated into the policy, such as additional documents or rule descriptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-