public static interface StaticPolicyDefinition.Builder extends SdkPojo, CopyableBuilder<StaticPolicyDefinition.Builder,StaticPolicyDefinition>
| Modifier and Type | Method and Description |
|---|---|
StaticPolicyDefinition.Builder |
description(String description)
The description of the static policy.
|
StaticPolicyDefinition.Builder |
statement(String statement)
The policy content of the static policy, written in the Cedar policy language.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStaticPolicyDefinition.Builder description(String description)
The description of the static policy.
description - The description of the static policy.StaticPolicyDefinition.Builder statement(String statement)
The policy content of the static policy, written in the Cedar policy language.
statement - The policy content of the static policy, written in the Cedar policy language.Copyright © 2023. All rights reserved.