public static interface MaintenanceWindowStepFunctionsParameters.Builder extends CopyableBuilder<MaintenanceWindowStepFunctionsParameters.Builder,MaintenanceWindowStepFunctionsParameters>
Modifier and Type | Method and Description |
---|---|
MaintenanceWindowStepFunctionsParameters.Builder |
input(String input)
The inputs for the STEP_FUNCTION task.
|
MaintenanceWindowStepFunctionsParameters.Builder |
name(String name)
The name of the STEP_FUNCTION task.
|
copy
applyMutation, build
MaintenanceWindowStepFunctionsParameters.Builder input(String input)
The inputs for the STEP_FUNCTION task.
input
- The inputs for the STEP_FUNCTION task.MaintenanceWindowStepFunctionsParameters.Builder name(String name)
The name of the STEP_FUNCTION task.
name
- The name of the STEP_FUNCTION task.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.