Interface M2ManagedActionProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<M2ManagedActionProperties.Builder,M2ManagedActionProperties>,SdkBuilder<M2ManagedActionProperties.Builder,M2ManagedActionProperties>,SdkPojo
- Enclosing class:
- M2ManagedActionProperties
public static interface M2ManagedActionProperties.Builder extends SdkPojo, CopyableBuilder<M2ManagedActionProperties.Builder,M2ManagedActionProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description M2ManagedActionProperties.BuilderforceStop(Boolean forceStop)Force stops the AWS Mainframe Modernization managed action properties.M2ManagedActionProperties.BuilderimportDataSetLocation(String importDataSetLocation)The import data set location of the AWS Mainframe Modernization managed action properties.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
forceStop
M2ManagedActionProperties.Builder forceStop(Boolean forceStop)
Force stops the AWS Mainframe Modernization managed action properties.
- Parameters:
forceStop- Force stops the AWS Mainframe Modernization managed action properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importDataSetLocation
M2ManagedActionProperties.Builder importDataSetLocation(String importDataSetLocation)
The import data set location of the AWS Mainframe Modernization managed action properties.
- Parameters:
importDataSetLocation- The import data set location of the AWS Mainframe Modernization managed action properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-