Interface DeleteAccountPolicyRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchLogsRequest.Builder,CopyableBuilder<DeleteAccountPolicyRequest.Builder,,DeleteAccountPolicyRequest> SdkBuilder<DeleteAccountPolicyRequest.Builder,,DeleteAccountPolicyRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteAccountPolicyRequest
@Mutable
@NotThreadSafe
public static interface DeleteAccountPolicyRequest.Builder
extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<DeleteAccountPolicyRequest.Builder,DeleteAccountPolicyRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) policyName(String policyName) The name of the policy to delete.policyType(String policyType) The type of policy to delete.policyType(PolicyType policyType) The type of policy to delete.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
policyName
The name of the policy to delete.
- Parameters:
policyName- The name of the policy to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyType
The type of policy to delete.
- Parameters:
policyType- The type of policy to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
policyType
The type of policy to delete.
- Parameters:
policyType- The type of policy to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
DeleteAccountPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteAccountPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-