public static interface DescribeAccountPoliciesRequest.Builder extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<DescribeAccountPoliciesRequest.Builder,DescribeAccountPoliciesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountPoliciesRequest.Builder |
accountIdentifiers(Collection<String> accountIdentifiers)
If you are using an account that is set up as a monitoring account for CloudWatch unified cross-account
observability, you can use this to specify the account ID of a source account.
|
DescribeAccountPoliciesRequest.Builder |
accountIdentifiers(String... accountIdentifiers)
If you are using an account that is set up as a monitoring account for CloudWatch unified cross-account
observability, you can use this to specify the account ID of a source account.
|
DescribeAccountPoliciesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeAccountPoliciesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeAccountPoliciesRequest.Builder |
policyName(String policyName)
Use this parameter to limit the returned policies to only the policy with the name that you specify.
|
DescribeAccountPoliciesRequest.Builder |
policyType(PolicyType policyType)
Use this parameter to limit the returned policies to only the policies that match the policy type that you
specify.
|
DescribeAccountPoliciesRequest.Builder |
policyType(String policyType)
Use this parameter to limit the returned policies to only the policies that match the policy type that you
specify.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAccountPoliciesRequest.Builder policyType(String policyType)
Use this parameter to limit the returned policies to only the policies that match the policy type that you
specify. Currently, the only valid value is DATA_PROTECTION_POLICY.
policyType - Use this parameter to limit the returned policies to only the policies that match the policy type that
you specify. Currently, the only valid value is DATA_PROTECTION_POLICY.PolicyType,
PolicyTypeDescribeAccountPoliciesRequest.Builder policyType(PolicyType policyType)
Use this parameter to limit the returned policies to only the policies that match the policy type that you
specify. Currently, the only valid value is DATA_PROTECTION_POLICY.
policyType - Use this parameter to limit the returned policies to only the policies that match the policy type that
you specify. Currently, the only valid value is DATA_PROTECTION_POLICY.PolicyType,
PolicyTypeDescribeAccountPoliciesRequest.Builder policyName(String policyName)
Use this parameter to limit the returned policies to only the policy with the name that you specify.
policyName - Use this parameter to limit the returned policies to only the policy with the name that you specify.DescribeAccountPoliciesRequest.Builder accountIdentifiers(Collection<String> accountIdentifiers)
If you are using an account that is set up as a monitoring account for CloudWatch unified cross-account observability, you can use this to specify the account ID of a source account. If you do, the operation returns the account policy for the specified account. Currently, you can specify only one account ID in this parameter.
If you omit this parameter, only the policy in the current account is returned.
accountIdentifiers - If you are using an account that is set up as a monitoring account for CloudWatch unified
cross-account observability, you can use this to specify the account ID of a source account. If you
do, the operation returns the account policy for the specified account. Currently, you can specify
only one account ID in this parameter.
If you omit this parameter, only the policy in the current account is returned.
DescribeAccountPoliciesRequest.Builder accountIdentifiers(String... accountIdentifiers)
If you are using an account that is set up as a monitoring account for CloudWatch unified cross-account observability, you can use this to specify the account ID of a source account. If you do, the operation returns the account policy for the specified account. Currently, you can specify only one account ID in this parameter.
If you omit this parameter, only the policy in the current account is returned.
accountIdentifiers - If you are using an account that is set up as a monitoring account for CloudWatch unified
cross-account observability, you can use this to specify the account ID of a source account. If you
do, the operation returns the account policy for the specified account. Currently, you can specify
only one account ID in this parameter.
If you omit this parameter, only the policy in the current account is returned.
DescribeAccountPoliciesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeAccountPoliciesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.