CopyableBuilder<DeletePolicyRequest.Builder,DeletePolicyRequest>
, SdkBuilder<DeletePolicyRequest.Builder,DeletePolicyRequest>
public static interface DeletePolicyRequest.Builder extends CopyableBuilder<DeletePolicyRequest.Builder,DeletePolicyRequest>
Modifier and Type | Method | 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.
|
copy
apply, build
DeletePolicyRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.