Interface DeterminingPolicyItem.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<DeterminingPolicyItem.Builder,,DeterminingPolicyItem> SdkBuilder<DeterminingPolicyItem.Builder,,DeterminingPolicyItem> SdkPojo
- Enclosing class:
 DeterminingPolicyItem
public static interface DeterminingPolicyItem.Builder
extends SdkPojo, CopyableBuilder<DeterminingPolicyItem.Builder,DeterminingPolicyItem> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe Id of a policy that determined to an authorization decision.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
- 
policyId
The Id of a policy that determined to an authorization decision.
Example:
"policyId":"SPEXAMPLEabcdefg111111"- Parameters:
 policyId- The Id of a policy that determined to an authorization decision.Example:
"policyId":"SPEXAMPLEabcdefg111111"- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -