public static interface PutScalingPolicyResponse.Builder extends AutoScalingResponse.Builder, CopyableBuilder<PutScalingPolicyResponse.Builder,PutScalingPolicyResponse>
| Modifier and Type | Method and Description |
|---|---|
PutScalingPolicyResponse.Builder |
alarms(Alarm... alarms)
The CloudWatch alarms created for the target tracking policy.
|
PutScalingPolicyResponse.Builder |
alarms(Collection<Alarm> alarms)
The CloudWatch alarms created for the target tracking policy.
|
PutScalingPolicyResponse.Builder |
policyARN(String policyARN)
The Amazon Resource Name (ARN) of the policy.
|
buildcopyapply, buildPutScalingPolicyResponse.Builder policyARN(String policyARN)
The Amazon Resource Name (ARN) of the policy.
policyARN - The Amazon Resource Name (ARN) of the policy.PutScalingPolicyResponse.Builder alarms(Collection<Alarm> alarms)
The CloudWatch alarms created for the target tracking policy.
alarms - The CloudWatch alarms created for the target tracking policy.PutScalingPolicyResponse.Builder alarms(Alarm... alarms)
The CloudWatch alarms created for the target tracking policy.
alarms - The CloudWatch alarms created for the target tracking policy.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.