| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatchlogs.model |
| Modifier and Type | Method and Description |
|---|---|
AccountPolicy.Builder |
AccountPolicy.Builder.accountId(String accountId)
The Amazon Web Services account ID that the policy applies to.
|
static AccountPolicy.Builder |
AccountPolicy.builder() |
AccountPolicy.Builder |
AccountPolicy.Builder.lastUpdatedTime(Long lastUpdatedTime)
The date and time that this policy was most recently updated.
|
AccountPolicy.Builder |
AccountPolicy.Builder.policyDocument(String policyDocument)
The policy document for this account policy.
|
AccountPolicy.Builder |
AccountPolicy.Builder.policyName(String policyName)
The name of the account policy.
|
AccountPolicy.Builder |
AccountPolicy.Builder.policyType(PolicyType policyType)
The type of policy for this account policy.
|
AccountPolicy.Builder |
AccountPolicy.Builder.policyType(String policyType)
The type of policy for this account policy.
|
AccountPolicy.Builder |
AccountPolicy.Builder.scope(Scope scope)
The scope of the account policy.
|
AccountPolicy.Builder |
AccountPolicy.Builder.scope(String scope)
The scope of the account policy.
|
AccountPolicy.Builder |
AccountPolicy.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AccountPolicy.Builder> |
AccountPolicy.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PutAccountPolicyResponse.Builder |
PutAccountPolicyResponse.Builder.accountPolicy(Consumer<AccountPolicy.Builder> accountPolicy)
The account policy that you created.
|
Copyright © 2023. All rights reserved.