Class CfnTestCase.M2ManagedActionPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.apptest.CfnTestCase.M2ManagedActionPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTestCase.M2ManagedActionPropertiesProperty>
- Enclosing interface:
CfnTestCase.M2ManagedActionPropertiesProperty
@Stability(Stable)
public static final class CfnTestCase.M2ManagedActionPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTestCase.M2ManagedActionPropertiesProperty>
A builder for
CfnTestCase.M2ManagedActionPropertiesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTestCase.M2ManagedActionPropertiesProperty.getForceStop()forceStop(IResolvable forceStop) Sets the value ofCfnTestCase.M2ManagedActionPropertiesProperty.getForceStop()importDataSetLocation(String importDataSetLocation) Sets the value ofCfnTestCase.M2ManagedActionPropertiesProperty.getImportDataSetLocation()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
forceStop
@Stability(Stable) public CfnTestCase.M2ManagedActionPropertiesProperty.Builder forceStop(Boolean forceStop) Sets the value ofCfnTestCase.M2ManagedActionPropertiesProperty.getForceStop()- Parameters:
forceStop- Force stops the Mainframe Modernization managed action properties.- Returns:
this
-
forceStop
@Stability(Stable) public CfnTestCase.M2ManagedActionPropertiesProperty.Builder forceStop(IResolvable forceStop) Sets the value ofCfnTestCase.M2ManagedActionPropertiesProperty.getForceStop()- Parameters:
forceStop- Force stops the Mainframe Modernization managed action properties.- Returns:
this
-
importDataSetLocation
@Stability(Stable) public CfnTestCase.M2ManagedActionPropertiesProperty.Builder importDataSetLocation(String importDataSetLocation) Sets the value ofCfnTestCase.M2ManagedActionPropertiesProperty.getImportDataSetLocation()- Parameters:
importDataSetLocation- The import data set location of the Mainframe Modernization managed action properties.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTestCase.M2ManagedActionPropertiesProperty>- Returns:
- a new instance of
CfnTestCase.M2ManagedActionPropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-