Interface BatchScheduleActionDeleteRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchScheduleActionDeleteRequest.Builder,
,BatchScheduleActionDeleteRequest> SdkBuilder<BatchScheduleActionDeleteRequest.Builder,
,BatchScheduleActionDeleteRequest> SdkPojo
- Enclosing class:
BatchScheduleActionDeleteRequest
@Mutable
@NotThreadSafe
public static interface BatchScheduleActionDeleteRequest.Builder
extends SdkPojo, CopyableBuilder<BatchScheduleActionDeleteRequest.Builder,BatchScheduleActionDeleteRequest>
-
Method Summary
Modifier and TypeMethodDescriptionactionNames
(String... actionNames) A list of schedule actions to delete.actionNames
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-