Interface MaintenanceWindowStepFunctionsParameters.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MaintenanceWindowStepFunctionsParameters.Builder,
,MaintenanceWindowStepFunctionsParameters> SdkBuilder<MaintenanceWindowStepFunctionsParameters.Builder,
,MaintenanceWindowStepFunctionsParameters> SdkPojo
- Enclosing class:
MaintenanceWindowStepFunctionsParameters
public static interface MaintenanceWindowStepFunctionsParameters.Builder
extends SdkPojo, CopyableBuilder<MaintenanceWindowStepFunctionsParameters.Builder,MaintenanceWindowStepFunctionsParameters>
-
Method Summary
Modifier and TypeMethodDescriptionThe inputs for theSTEP_FUNCTIONS
task.The name of theSTEP_FUNCTIONS
task.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 Details
-
input
The inputs for the
STEP_FUNCTIONS
task.- Parameters:
input
- The inputs for theSTEP_FUNCTIONS
task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the
STEP_FUNCTIONS
task.- Parameters:
name
- The name of theSTEP_FUNCTIONS
task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-