Interface PolicyStatement.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PolicyStatement.Builder,,PolicyStatement> SdkBuilder<PolicyStatement.Builder,,PolicyStatement> SdkPojo
- Enclosing class:
PolicyStatement
@Mutable
@NotThreadSafe
public static interface PolicyStatement.Builder
extends SdkPojo, CopyableBuilder<PolicyStatement.Builder,PolicyStatement>
-
Method Summary
Modifier and TypeMethodDescriptionThe body of the AgentCore policy statement.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
-
statement
The body of the AgentCore policy statement. Contains the policy logic, which can be a Cedar policy or a guardrails definition.
- Parameters:
statement- The body of the AgentCore policy statement. Contains the policy logic, which can be a Cedar policy or a guardrails definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-