public static interface DescribeScheduledActionsRequest.Builder extends AutoScalingRequest.Builder, SdkPojo, CopyableBuilder<DescribeScheduledActionsRequest.Builder,DescribeScheduledActionsRequest>
build
overrideConfiguration
copy
applyMutation, build
DescribeScheduledActionsRequest.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. You can specify up to 50 actions. If you omit this parameter, all scheduled actions are described. If you specify an unknown scheduled action, it is ignored with no error.
scheduledActionNames
- The names of one or more scheduled actions. You can specify up to 50 actions. If you omit this
parameter, all scheduled actions are described. If you specify an unknown scheduled action, it is
ignored with no error.DescribeScheduledActionsRequest.Builder scheduledActionNames(String... scheduledActionNames)
The names of one or more scheduled actions. You can specify up to 50 actions. If you omit this parameter, all scheduled actions are described. If you specify an unknown scheduled action, it is ignored with no error.
scheduledActionNames
- The names of one or more scheduled actions. You can specify up to 50 actions. If you omit this
parameter, all scheduled actions are described. If you specify an unknown scheduled action, it is
ignored with no error.DescribeScheduledActionsRequest.Builder startTime(Instant startTime)
The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
startTime
- The earliest scheduled start time to return. If scheduled action names are provided, this parameter is
ignored.DescribeScheduledActionsRequest.Builder endTime(Instant endTime)
The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
endTime
- The latest scheduled start time to return. If scheduled action names are provided, this parameter 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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeScheduledActionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.