public static final class UpdatePolicyDescriptionRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdatePolicyDescriptionRequest |
build() |
UpdatePolicyDescriptionRequest.Builder |
newDescription(String newDescription)
The description of the policy.
|
UpdatePolicyDescriptionRequest.Builder |
policyName(String policyName)
The name of the policy.
|
public UpdatePolicyDescriptionRequest.Builder newDescription(String newDescription)
The description of the policy.
The value of the parameter must be 1 to 1,024 characters in length.
example:This is a test policy.
public UpdatePolicyDescriptionRequest.Builder policyName(String policyName)
The name of the policy.
example:TestPolicy
public UpdatePolicyDescriptionRequest build()
Copyright © 2025. All rights reserved.