public static interface DeletePolicyRequest.Builder extends AutoScalingRequest.Builder, CopyableBuilder<DeletePolicyRequest.Builder,DeletePolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
DeletePolicyRequest.Builder |
autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
DeletePolicyRequest.Builder |
policyName(String policyName)
The name or Amazon Resource Name (ARN) of the policy.
|
DeletePolicyRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildDeletePolicyRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName - The name of the Auto Scaling group.DeletePolicyRequest.Builder policyName(String policyName)
The name or Amazon Resource Name (ARN) of the policy.
policyName - The name or Amazon Resource Name (ARN) of the policy.DeletePolicyRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.