Interface M2NonManagedApplicationAction.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<M2NonManagedApplicationAction.Builder,,M2NonManagedApplicationAction> SdkBuilder<M2NonManagedApplicationAction.Builder,,M2NonManagedApplicationAction> SdkPojo
- Enclosing class:
 M2NonManagedApplicationAction
public static interface M2NonManagedApplicationAction.Builder
extends SdkPojo, CopyableBuilder<M2NonManagedApplicationAction.Builder,M2NonManagedApplicationAction> 
- 
Method Summary
Modifier and TypeMethodDescriptionactionType(String actionType) The action type of the AWS Mainframe Modernization non-managed application action.actionType(M2NonManagedActionType actionType) The action type of the AWS Mainframe Modernization non-managed application action.The resource of the AWS Mainframe Modernization non-managed application action.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
resource
The resource of the AWS Mainframe Modernization non-managed application action.
- Parameters:
 resource- The resource of the AWS Mainframe Modernization non-managed application action.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
actionType
The action type of the AWS Mainframe Modernization non-managed application action.
- Parameters:
 actionType- The action type of the AWS Mainframe Modernization non-managed application action.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
actionType
The action type of the AWS Mainframe Modernization non-managed application action.
- Parameters:
 actionType- The action type of the AWS Mainframe Modernization non-managed application action.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -