Interface BatchScheduleActionDeleteRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchScheduleActionDeleteRequest.Builder,BatchScheduleActionDeleteRequest>,SdkBuilder<BatchScheduleActionDeleteRequest.Builder,BatchScheduleActionDeleteRequest>,SdkPojo
- Enclosing class:
- BatchScheduleActionDeleteRequest
public static interface BatchScheduleActionDeleteRequest.Builder extends SdkPojo, CopyableBuilder<BatchScheduleActionDeleteRequest.Builder,BatchScheduleActionDeleteRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchScheduleActionDeleteRequest.BuilderactionNames(String... actionNames)A list of schedule actions to delete.BatchScheduleActionDeleteRequest.BuilderactionNames(Collection<String> actionNames)A list of schedule actions to delete.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
actionNames
BatchScheduleActionDeleteRequest.Builder actionNames(Collection<String> actionNames)
A list of schedule actions to delete.- Parameters:
actionNames- A list of schedule actions to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionNames
BatchScheduleActionDeleteRequest.Builder actionNames(String... actionNames)
A list of schedule actions to delete.- Parameters:
actionNames- A list of schedule actions to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-