CopyableBuilder<DeletePolicyRequest.Builder,DeletePolicyRequest>
, SdkBuilder<DeletePolicyRequest.Builder,DeletePolicyRequest>
public static interface DeletePolicyRequest.Builder extends CopyableBuilder<DeletePolicyRequest.Builder,DeletePolicyRequest>
Modifier and Type | Method | Description |
---|---|---|
DeletePolicyRequest.Builder |
policyArn(String policyArn) |
The Amazon Resource Name (ARN) of the IAM policy you want to delete.
|
copy
apply, build
DeletePolicyRequest.Builder policyArn(String policyArn)
The Amazon Resource Name (ARN) of the IAM policy you want to delete.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
policyArn
- The Amazon Resource Name (ARN) of the IAM policy you want to delete.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.