public static interface DescribeScheduledActionsRequest.Builder extends AutoScalingRequest.Builder, CopyableBuilder<DescribeScheduledActionsRequest.Builder,DescribeScheduledActionsRequest>
build
requestOverrideConfig
copy
apply, build
DescribeScheduledActionsRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the group.
autoScalingGroupName
- The name of the group.DescribeScheduledActionsRequest.Builder scheduledActionNames(Collection<String> scheduledActionNames)
Describes one or more scheduled actions. If you omit this parameter, all scheduled actions are described. If you specify an unknown scheduled action, it is ignored with no error.
You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.
scheduledActionNames
- Describes one or more scheduled actions. If you omit this parameter, all scheduled actions are
described. If you specify an unknown scheduled action, it is ignored with no error.
You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.
DescribeScheduledActionsRequest.Builder scheduledActionNames(String... scheduledActionNames)
Describes one or more scheduled actions. If you omit this parameter, all scheduled actions are described. If you specify an unknown scheduled action, it is ignored with no error.
You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.
scheduledActionNames
- Describes one or more scheduled actions. If you omit this parameter, all scheduled actions are
described. If you specify an unknown scheduled action, it is ignored with no error.
You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.
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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DescribeScheduledActionsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.