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 parameter, all policies are described. If a group name is provided, the results are limited to that group. This list is limited to 50 items. If you specify an unknown policy name, it is ignored with no error.
policyNames - The names of one or more policies. If you omit this parameter, all policies are described. If a group
name is provided, the results are limited to that group. This list is limited to 50 items. If you
specify an unknown policy name, it is ignored with no error.DescribePoliciesRequest.Builder policyNames(String... policyNames)
The names of one or more policies. If you omit this parameter, all policies are described. If a group name is provided, the results are limited to that group. This list is limited to 50 items. If you specify an unknown policy name, it is ignored with no error.
policyNames - The names of one or more policies. If you omit this parameter, all policies are described. If a group
name is provided, the results are limited to that group. This list is limited to 50 items. If you
specify an unknown policy name, it is ignored with no error.DescribePoliciesRequest.Builder policyTypes(Collection<String> policyTypes)
One or more policy types. The valid values are SimpleScaling, StepScaling, and
TargetTrackingScaling.
policyTypes - One or more policy types. The valid values are SimpleScaling, StepScaling,
and TargetTrackingScaling.DescribePoliciesRequest.Builder policyTypes(String... policyTypes)
One or more policy types. The valid values are SimpleScaling, StepScaling, and
TargetTrackingScaling.
policyTypes - One or more policy types. The valid values are SimpleScaling, StepScaling,
and TargetTrackingScaling.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 © 2019. All rights reserved.