Interface BatchScheduleActionCreateRequest.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<BatchScheduleActionCreateRequest.Builder,,- BatchScheduleActionCreateRequest> - SdkBuilder<BatchScheduleActionCreateRequest.Builder,,- BatchScheduleActionCreateRequest> - SdkPojo
- Enclosing class:
- BatchScheduleActionCreateRequest
@Mutable
@NotThreadSafe
public static interface BatchScheduleActionCreateRequest.Builder
extends SdkPojo, CopyableBuilder<BatchScheduleActionCreateRequest.Builder,BatchScheduleActionCreateRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionscheduleActions(Collection<ScheduleAction> scheduleActions) A list of schedule actions to create.scheduleActions(Consumer<ScheduleAction.Builder>... scheduleActions) A list of schedule actions to create.scheduleActions(ScheduleAction... scheduleActions) A list of schedule actions to create.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
scheduleActionsBatchScheduleActionCreateRequest.Builder scheduleActions(Collection<ScheduleAction> scheduleActions) A list of schedule actions to create.- Parameters:
- scheduleActions- A list of schedule actions to create.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
scheduleActionsA list of schedule actions to create.- Parameters:
- scheduleActions- A list of schedule actions to create.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
scheduleActionsBatchScheduleActionCreateRequest.Builder scheduleActions(Consumer<ScheduleAction.Builder>... scheduleActions) A list of schedule actions to create. This is a convenience method that creates an instance of theScheduleAction.Builderavoiding the need to create one manually viaScheduleAction.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toscheduleActions(List<ScheduleAction>).- Parameters:
- scheduleActions- a consumer that will call methods on- ScheduleAction.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-