CopyableBuilder<GetPolicyRequest.Builder,GetPolicyRequest>
, SdkBuilder<GetPolicyRequest.Builder,GetPolicyRequest>
public static interface GetPolicyRequest.Builder extends CopyableBuilder<GetPolicyRequest.Builder,GetPolicyRequest>
Modifier and Type | Method | Description |
---|---|---|
GetPolicyRequest.Builder |
policyArn(String policyArn) |
The Amazon Resource Name (ARN) of the managed policy that you want information about.
|
copy
apply, build
GetPolicyRequest.Builder policyArn(String policyArn)
The Amazon Resource Name (ARN) of the managed policy that you want information about.
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 managed policy that you want information about.
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.