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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
actionNamesA 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.
 
- 
actionNamesA 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.
 
 
-