public static interface DescribeScheduledActionsRequest.Builder extends AutoScalingRequest.Builder, SdkPojo, CopyableBuilder<DescribeScheduledActionsRequest.Builder,DescribeScheduledActionsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeScheduledActionsRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName - The name of the Auto Scaling group.DescribeScheduledActionsRequest.Builder scheduledActionNames(Collection<String> scheduledActionNames)
The names of one or more scheduled actions. If you omit this property, all scheduled actions are described. If you specify an unknown scheduled action, it is ignored with no error.
Array Members: Maximum number of 50 actions.
scheduledActionNames - The names of one or more scheduled actions. If you omit this property, all scheduled actions are
described. If you specify an unknown scheduled action, it is ignored with no error.
Array Members: Maximum number of 50 actions.
DescribeScheduledActionsRequest.Builder scheduledActionNames(String... scheduledActionNames)
The names of one or more scheduled actions. If you omit this property, all scheduled actions are described. If you specify an unknown scheduled action, it is ignored with no error.
Array Members: Maximum number of 50 actions.
scheduledActionNames - The names of one or more scheduled actions. If you omit this property, all scheduled actions are
described. If you specify an unknown scheduled action, it is ignored with no error.
Array Members: Maximum number of 50 actions.
DescribeScheduledActionsRequest.Builder startTime(Instant startTime)
The earliest scheduled start time to return. If scheduled action names are provided, this property is ignored.
startTime - The earliest scheduled start time to return. If scheduled action names are provided, this property is
ignored.DescribeScheduledActionsRequest.Builder endTime(Instant endTime)
The latest scheduled start time to return. If scheduled action names are provided, this property is ignored.
endTime - The latest scheduled start time to return. If scheduled action names are provided, this property is
ignored.DescribeScheduledActionsRequest.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.)DescribeScheduledActionsRequest.Builder maxRecords(Integer maxRecords)
The maximum number of items to return with this call. The default value is 50 and the maximum
value is 100.
maxRecords - The maximum number of items to return with this call. The default value is 50 and the
maximum value is 100.DescribeScheduledActionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeScheduledActionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.