Interface StaticPolicyDefinition.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StaticPolicyDefinition.Builder,StaticPolicyDefinition>,SdkBuilder<StaticPolicyDefinition.Builder,StaticPolicyDefinition>,SdkPojo
- Enclosing class:
- StaticPolicyDefinition
public static interface StaticPolicyDefinition.Builder extends SdkPojo, CopyableBuilder<StaticPolicyDefinition.Builder,StaticPolicyDefinition>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StaticPolicyDefinition.Builderdescription(String description)The description of the static policy.StaticPolicyDefinition.Builderstatement(String statement)The policy content of the static policy, written in the Cedar policy language.-
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 Detail
-
description
StaticPolicyDefinition.Builder description(String description)
The description of the static policy.
- Parameters:
description- The description of the static policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statement
StaticPolicyDefinition.Builder statement(String statement)
The policy content of the static policy, written in the Cedar policy language.
- Parameters:
statement- The policy content of the static policy, written in the Cedar policy language.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-