public static final class DecodeDiagnosticMessageResponseBody.MatchedPolicies.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
DecodeDiagnosticMessageResponseBody.MatchedPolicies.Builder |
attachedEntityType(String attachedEntityType)
The type of the entity to which the policy is attached.
|
DecodeDiagnosticMessageResponseBody.MatchedPolicies.Builder |
attachedScope(String attachedScope)
The authorization scope of the policy.
|
DecodeDiagnosticMessageResponseBody.MatchedPolicies |
build() |
DecodeDiagnosticMessageResponseBody.MatchedPolicies.Builder |
effect(String effect)
The effect of the policy.
|
DecodeDiagnosticMessageResponseBody.MatchedPolicies.Builder |
policyIdentifier(String policyIdentifier)
The identifier of the policy.
|
DecodeDiagnosticMessageResponseBody.MatchedPolicies.Builder |
policyType(String policyType)
The type of the policy.
|
DecodeDiagnosticMessageResponseBody.MatchedPolicies.Builder |
policyVersion(String policyVersion)
The version number of the policy.
|
public DecodeDiagnosticMessageResponseBody.MatchedPolicies.Builder attachedEntityType(String attachedEntityType)
The type of the entity to which the policy is attached.
Valid values:
RamUser
public DecodeDiagnosticMessageResponseBody.MatchedPolicies.Builder attachedScope(String attachedScope)
The authorization scope of the policy.
Valid values:
Account
public DecodeDiagnosticMessageResponseBody.MatchedPolicies.Builder effect(String effect)
The effect of the policy.
Valid values:
Deny
Allow
Deny
public DecodeDiagnosticMessageResponseBody.MatchedPolicies.Builder policyIdentifier(String policyIdentifier)
The identifier of the policy.
MyPolicyName
public DecodeDiagnosticMessageResponseBody.MatchedPolicies.Builder policyType(String policyType)
The type of the policy.
Valid values:
Custom
public DecodeDiagnosticMessageResponseBody.MatchedPolicies.Builder policyVersion(String policyVersion)
The version number of the policy.
example:Only custom policies have version numbers.
v1
public DecodeDiagnosticMessageResponseBody.MatchedPolicies build()
Copyright © 2025. All rights reserved.