Interface DeleteAccountPolicyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchLogsRequest.Builder,CopyableBuilder<DeleteAccountPolicyRequest.Builder,DeleteAccountPolicyRequest>,SdkBuilder<DeleteAccountPolicyRequest.Builder,DeleteAccountPolicyRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteAccountPolicyRequest
public static interface DeleteAccountPolicyRequest.Builder extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<DeleteAccountPolicyRequest.Builder,DeleteAccountPolicyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteAccountPolicyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteAccountPolicyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteAccountPolicyRequest.BuilderpolicyName(String policyName)The name of the policy to delete.DeleteAccountPolicyRequest.BuilderpolicyType(String policyType)The type of policy to delete.DeleteAccountPolicyRequest.BuilderpolicyType(PolicyType policyType)The type of policy to delete.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
policyName
DeleteAccountPolicyRequest.Builder policyName(String 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
DeleteAccountPolicyRequest.Builder policyType(String 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,PolicyType
-
policyType
DeleteAccountPolicyRequest.Builder policyType(PolicyType 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,PolicyType
-
overrideConfiguration
DeleteAccountPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteAccountPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-