public static interface AccountPolicy.Builder extends SdkPojo, CopyableBuilder<AccountPolicy.Builder,AccountPolicy>
| Modifier and Type | Method and Description |
|---|---|
AccountPolicy.Builder |
accountId(String accountId)
The Amazon Web Services account ID that the policy applies to.
|
AccountPolicy.Builder |
lastUpdatedTime(Long lastUpdatedTime)
The date and time that this policy was most recently updated.
|
AccountPolicy.Builder |
policyDocument(String policyDocument)
The policy document for this account policy.
|
AccountPolicy.Builder |
policyName(String policyName)
The name of the account policy.
|
AccountPolicy.Builder |
policyType(PolicyType policyType)
The type of policy for this account policy.
|
AccountPolicy.Builder |
policyType(String policyType)
The type of policy for this account policy.
|
AccountPolicy.Builder |
scope(Scope scope)
The scope of the account policy.
|
AccountPolicy.Builder |
scope(String scope)
The scope of the account policy.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccountPolicy.Builder policyName(String policyName)
The name of the account policy.
policyName - The name of the account policy.AccountPolicy.Builder policyDocument(String policyDocument)
The policy document for this account policy.
The JSON specified in policyDocument can be up to 30,720 characters.
policyDocument - The policy document for this account policy.
The JSON specified in policyDocument can be up to 30,720 characters.
AccountPolicy.Builder lastUpdatedTime(Long lastUpdatedTime)
The date and time that this policy was most recently updated.
lastUpdatedTime - The date and time that this policy was most recently updated.AccountPolicy.Builder policyType(String policyType)
The type of policy for this account policy.
policyType - The type of policy for this account policy.PolicyType,
PolicyTypeAccountPolicy.Builder policyType(PolicyType policyType)
The type of policy for this account policy.
policyType - The type of policy for this account policy.PolicyType,
PolicyTypeAccountPolicy.Builder scope(String scope)
The scope of the account policy.
AccountPolicy.Builder scope(Scope scope)
The scope of the account policy.
AccountPolicy.Builder accountId(String accountId)
The Amazon Web Services account ID that the policy applies to.
accountId - The Amazon Web Services account ID that the policy applies to.Copyright © 2023. All rights reserved.