Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.AccountPolicy.Builder
Packages that use AccountPolicy.Builder
-
Uses of AccountPolicy.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return AccountPolicy.BuilderModifier and TypeMethodDescriptionThe Amazon Web Services account ID that the policy applies to.static AccountPolicy.BuilderAccountPolicy.builder()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(String policyType) The type of policy for this account policy.AccountPolicy.Builder.policyType(PolicyType policyType) The type of policy for this account policy.The scope of the account policy.The scope of the account policy.AccountPolicy.Builder.selectionCriteria(String selectionCriteria) The log group selection criteria that is used for this policy.AccountPolicy.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type AccountPolicy.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AccountPolicy.Builder>AccountPolicy.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type AccountPolicy.BuilderModifier and TypeMethodDescriptiondefault PutAccountPolicyResponse.BuilderPutAccountPolicyResponse.Builder.accountPolicy(Consumer<AccountPolicy.Builder> accountPolicy) The account policy that you created.