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
Modifier and TypeMethodDescriptiondescription(String description) The description of the static policy.The policy content of the static policy, written in the Cedar policy language.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, sdkFields 
- 
Method Details
- 
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
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.
 
 
 -