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