Interface M2ManagedActionProperties.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<M2ManagedActionProperties.Builder,
,M2ManagedActionProperties> SdkBuilder<M2ManagedActionProperties.Builder,
,M2ManagedActionProperties> SdkPojo
- Enclosing class:
M2ManagedActionProperties
@Mutable
@NotThreadSafe
public static interface M2ManagedActionProperties.Builder
extends SdkPojo, CopyableBuilder<M2ManagedActionProperties.Builder,M2ManagedActionProperties>
-
Method Summary
Modifier and TypeMethodDescriptionForce stops the AWS Mainframe Modernization managed action properties.importDataSetLocation
(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 Details
-
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
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.
-