public static final class DeletePolicyVersionRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeletePolicyVersionRequest |
build() |
DeletePolicyVersionRequest.Builder |
policyName(String policyName)
The name of the policy.
|
DeletePolicyVersionRequest.Builder |
versionId(String versionId)
The ID of the policy version.
|
public DeletePolicyVersionRequest.Builder policyName(String policyName)
The name must be 1 to 128 characters in length and can contain letters, digits, and hyphens (-).
public DeletePolicyVersionRequest.Builder versionId(String versionId)
You can call the [ListPolicyVersions](~~159982~~) operation to query the ID.
public DeletePolicyVersionRequest build()
Copyright © 2023. All rights reserved.