public static interface DescribeScheduledActionsResponse.Builder extends AutoScalingResponse.Builder, SdkPojo, CopyableBuilder<DescribeScheduledActionsResponse.Builder,DescribeScheduledActionsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeScheduledActionsResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeScheduledActionsResponse.Builder |
scheduledUpdateGroupActions(Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)
The scheduled actions.
|
DescribeScheduledActionsResponse.Builder |
scheduledUpdateGroupActions(Consumer<ScheduledUpdateGroupAction.Builder>... scheduledUpdateGroupActions)
The scheduled actions.
|
DescribeScheduledActionsResponse.Builder |
scheduledUpdateGroupActions(ScheduledUpdateGroupAction... scheduledUpdateGroupActions)
The scheduled actions.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeScheduledActionsResponse.Builder scheduledUpdateGroupActions(Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)
The scheduled actions.
scheduledUpdateGroupActions
- The scheduled actions.DescribeScheduledActionsResponse.Builder scheduledUpdateGroupActions(ScheduledUpdateGroupAction... scheduledUpdateGroupActions)
The scheduled actions.
scheduledUpdateGroupActions
- The scheduled actions.DescribeScheduledActionsResponse.Builder scheduledUpdateGroupActions(Consumer<ScheduledUpdateGroupAction.Builder>... scheduledUpdateGroupActions)
The scheduled actions.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #scheduledUpdateGroupActions(List)
.scheduledUpdateGroupActions
- a consumer that will call methods on List.Builder
#scheduledUpdateGroupActions(List)
DescribeScheduledActionsResponse.Builder nextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return,
the string is empty.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.