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 |
policyId(String policyId) |
The unique identifier (ID) of the policy that you want to delete.
|
copy
apply, build
DeletePolicyRequest.Builder policyId(String policyId)
The unique identifier (ID) of the policy that you want to delete. 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 to delete. 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.