CopyableBuilder<DescribePolicyRequest.Builder,DescribePolicyRequest>
, SdkBuilder<DescribePolicyRequest.Builder,DescribePolicyRequest>
public static interface DescribePolicyRequest.Builder extends CopyableBuilder<DescribePolicyRequest.Builder,DescribePolicyRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribePolicyRequest.Builder |
policyId(String policyId) |
The unique identifier (ID) of the policy that you want details about.
|
copy
apply, build
DescribePolicyRequest.Builder policyId(String policyId)
The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.
The regex pattern for a policy ID string requires "p-" followed by from 8 to 128 lower-case letters or digits.
policyId
- The unique identifier (ID) of the policy that you want details about. You can get the ID from the
ListPolicies or ListPoliciesForTarget operations.
The regex pattern for a policy ID string requires "p-" followed by from 8 to 128 lower-case letters or digits.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.