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