public static interface DeleteAccountPolicyRequest.Builder extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<DeleteAccountPolicyRequest.Builder,DeleteAccountPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteAccountPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteAccountPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteAccountPolicyRequest.Builder |
policyName(String policyName)
The name of the policy to delete.
|
DeleteAccountPolicyRequest.Builder |
policyType(PolicyType policyType)
The type of policy to delete.
|
DeleteAccountPolicyRequest.Builder |
policyType(String policyType)
The type of policy to delete.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteAccountPolicyRequest.Builder policyName(String policyName)
The name of the policy to delete.
policyName - The name of the policy to delete.DeleteAccountPolicyRequest.Builder policyType(String policyType)
The type of policy to delete. Currently, the only valid value is DATA_PROTECTION_POLICY.
policyType - The type of policy to delete. Currently, the only valid value is DATA_PROTECTION_POLICY.PolicyType,
PolicyTypeDeleteAccountPolicyRequest.Builder policyType(PolicyType policyType)
The type of policy to delete. Currently, the only valid value is DATA_PROTECTION_POLICY.
policyType - The type of policy to delete. Currently, the only valid value is DATA_PROTECTION_POLICY.PolicyType,
PolicyTypeDeleteAccountPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteAccountPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.