public static interface ScheduleActionStartSettings.Builder extends SdkPojo, CopyableBuilder<ScheduleActionStartSettings.Builder,ScheduleActionStartSettings>
Modifier and Type | Method and Description |
---|---|
default ScheduleActionStartSettings.Builder |
fixedModeScheduleActionStartSettings(Consumer<FixedModeScheduleActionStartSettings.Builder> fixedModeScheduleActionStartSettings)
Holds the start time for the action.
|
ScheduleActionStartSettings.Builder |
fixedModeScheduleActionStartSettings(FixedModeScheduleActionStartSettings fixedModeScheduleActionStartSettings)
Holds the start time for the action.
|
default ScheduleActionStartSettings.Builder |
followModeScheduleActionStartSettings(Consumer<FollowModeScheduleActionStartSettings.Builder> followModeScheduleActionStartSettings)
Specifies an action to follow for scheduling this action.
|
ScheduleActionStartSettings.Builder |
followModeScheduleActionStartSettings(FollowModeScheduleActionStartSettings followModeScheduleActionStartSettings)
Specifies an action to follow for scheduling this action.
|
copy
applyMutation, build
ScheduleActionStartSettings.Builder fixedModeScheduleActionStartSettings(FixedModeScheduleActionStartSettings fixedModeScheduleActionStartSettings)
fixedModeScheduleActionStartSettings
- Holds the start time for the action.default ScheduleActionStartSettings.Builder fixedModeScheduleActionStartSettings(Consumer<FixedModeScheduleActionStartSettings.Builder> fixedModeScheduleActionStartSettings)
FixedModeScheduleActionStartSettings.Builder
avoiding the need to create one manually via
FixedModeScheduleActionStartSettings.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to
fixedModeScheduleActionStartSettings(FixedModeScheduleActionStartSettings)
.fixedModeScheduleActionStartSettings
- a consumer that will call methods on FixedModeScheduleActionStartSettings.Builder
fixedModeScheduleActionStartSettings(FixedModeScheduleActionStartSettings)
ScheduleActionStartSettings.Builder followModeScheduleActionStartSettings(FollowModeScheduleActionStartSettings followModeScheduleActionStartSettings)
followModeScheduleActionStartSettings
- Specifies an action to follow for scheduling this action.default ScheduleActionStartSettings.Builder followModeScheduleActionStartSettings(Consumer<FollowModeScheduleActionStartSettings.Builder> followModeScheduleActionStartSettings)
FollowModeScheduleActionStartSettings.Builder
avoiding the need to create one manually via
FollowModeScheduleActionStartSettings.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to
followModeScheduleActionStartSettings(FollowModeScheduleActionStartSettings)
.followModeScheduleActionStartSettings
- a consumer that will call methods on FollowModeScheduleActionStartSettings.Builder
followModeScheduleActionStartSettings(FollowModeScheduleActionStartSettings)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.