Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.AccountPolicy.Builder
-
Packages that use AccountPolicy.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of AccountPolicy.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return AccountPolicy.Builder Modifier and Type Method Description AccountPolicy.BuilderAccountPolicy.Builder. accountId(String accountId)The Amazon Web Services account ID that the policy applies to.static AccountPolicy.BuilderAccountPolicy. builder()AccountPolicy.BuilderAccountPolicy.Builder. lastUpdatedTime(Long lastUpdatedTime)The date and time that this policy was most recently updated.AccountPolicy.BuilderAccountPolicy.Builder. policyDocument(String policyDocument)The policy document for this account policy.AccountPolicy.BuilderAccountPolicy.Builder. policyName(String policyName)The name of the account policy.AccountPolicy.BuilderAccountPolicy.Builder. policyType(String policyType)The type of policy for this account policy.AccountPolicy.BuilderAccountPolicy.Builder. policyType(PolicyType policyType)The type of policy for this account policy.AccountPolicy.BuilderAccountPolicy.Builder. scope(String scope)The scope of the account policy.AccountPolicy.BuilderAccountPolicy.Builder. scope(Scope scope)The scope of the account policy.AccountPolicy.BuilderAccountPolicy. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type AccountPolicy.Builder Modifier and Type Method Description static Class<? extends AccountPolicy.Builder>AccountPolicy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type AccountPolicy.Builder Modifier and Type Method Description default PutAccountPolicyResponse.BuilderPutAccountPolicyResponse.Builder. accountPolicy(Consumer<AccountPolicy.Builder> accountPolicy)The account policy that you created.
-