Class CfnMaintenanceWindowTask.MaintenanceWindowStepFunctionsParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.services.ssm.CfnMaintenanceWindowTask.MaintenanceWindowStepFunctionsParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMaintenanceWindowTask.MaintenanceWindowStepFunctionsParametersProperty>
- Enclosing interface:
- CfnMaintenanceWindowTask.MaintenanceWindowStepFunctionsParametersProperty
@Stability(Stable)
public static final class CfnMaintenanceWindowTask.MaintenanceWindowStepFunctionsParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMaintenanceWindowTask.MaintenanceWindowStepFunctionsParametersProperty>
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
input
@Stability(Stable) public CfnMaintenanceWindowTask.MaintenanceWindowStepFunctionsParametersProperty.Builder input(String input) Sets the value ofCfnMaintenanceWindowTask.MaintenanceWindowStepFunctionsParametersProperty.getInput()
- Parameters:
input
- The inputs for theSTEP_FUNCTIONS
task.- Returns:
this
-
name
@Stability(Stable) public CfnMaintenanceWindowTask.MaintenanceWindowStepFunctionsParametersProperty.Builder name(String name) Sets the value ofCfnMaintenanceWindowTask.MaintenanceWindowStepFunctionsParametersProperty.getName()
- Parameters:
name
- The name of theSTEP_FUNCTIONS
task.- Returns:
this
-
build
@Stability(Stable) public CfnMaintenanceWindowTask.MaintenanceWindowStepFunctionsParametersProperty build()Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnMaintenanceWindowTask.MaintenanceWindowStepFunctionsParametersProperty>
- Returns:
- a new instance of
CfnMaintenanceWindowTask.MaintenanceWindowStepFunctionsParametersProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-