public static interface DescribePoliciesRequest.Builder extends AutoScalingRequest.Builder, SdkPojo, CopyableBuilder<DescribePoliciesRequest.Builder,DescribePoliciesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribePoliciesRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName - The name of the Auto Scaling group.DescribePoliciesRequest.Builder policyNames(Collection<String> policyNames)
The names of one or more policies. If you omit this property, all policies are described. If a group name is provided, the results are limited to that group. If you specify an unknown policy name, it is ignored with no error.
Array Members: Maximum number of 50 items.
policyNames - The names of one or more policies. If you omit this property, all policies are described. If a group
name is provided, the results are limited to that group. If you specify an unknown policy name, it is
ignored with no error.
Array Members: Maximum number of 50 items.
DescribePoliciesRequest.Builder policyNames(String... policyNames)
The names of one or more policies. If you omit this property, all policies are described. If a group name is provided, the results are limited to that group. If you specify an unknown policy name, it is ignored with no error.
Array Members: Maximum number of 50 items.
policyNames - The names of one or more policies. If you omit this property, all policies are described. If a group
name is provided, the results are limited to that group. If you specify an unknown policy name, it is
ignored with no error.
Array Members: Maximum number of 50 items.
DescribePoliciesRequest.Builder policyTypes(Collection<String> policyTypes)
One or more policy types. The valid values are SimpleScaling, StepScaling,
TargetTrackingScaling, and PredictiveScaling.
policyTypes - One or more policy types. The valid values are SimpleScaling, StepScaling,
TargetTrackingScaling, and PredictiveScaling.DescribePoliciesRequest.Builder policyTypes(String... policyTypes)
One or more policy types. The valid values are SimpleScaling, StepScaling,
TargetTrackingScaling, and PredictiveScaling.
policyTypes - One or more policy types. The valid values are SimpleScaling, StepScaling,
TargetTrackingScaling, and PredictiveScaling.DescribePoliciesRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken - The token for the next set of items to return. (You received this token from a previous call.)DescribePoliciesRequest.Builder maxRecords(Integer maxRecords)
The maximum number of items to be returned with each call. The default value is 50 and the
maximum value is 100.
maxRecords - The maximum number of items to be returned with each call. The default value is 50 and
the maximum value is 100.DescribePoliciesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribePoliciesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.