Interface PolicyGenerationDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PolicyGenerationDetails.Builder,
,PolicyGenerationDetails> SdkBuilder<PolicyGenerationDetails.Builder,
,PolicyGenerationDetails> SdkPojo
- Enclosing class:
PolicyGenerationDetails
public static interface PolicyGenerationDetails.Builder
extends SdkPojo, CopyableBuilder<PolicyGenerationDetails.Builder,PolicyGenerationDetails>
-
Method Summary
Modifier and TypeMethodDescriptionprincipalArn
(String principalArn) The ARN of the IAM entity (user or role) for which you are generating a policy.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 Details
-
principalArn
The ARN of the IAM entity (user or role) for which you are generating a policy.
- Parameters:
principalArn
- The ARN of the IAM entity (user or role) for which you are generating a policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-