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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description M2NonManagedApplicationAction.BuilderactionType(String actionType)The action type of the AWS Mainframe Modernization non-managed application action.M2NonManagedApplicationAction.BuilderactionType(M2NonManagedActionType actionType)The action type of the AWS Mainframe Modernization non-managed application action.M2NonManagedApplicationAction.Builderresource(String resource)The resource of the AWS Mainframe Modernization non-managed application action.-
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
-
resource
M2NonManagedApplicationAction.Builder resource(String 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
M2NonManagedApplicationAction.Builder actionType(String 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:
M2NonManagedActionType,M2NonManagedActionType
-
actionType
M2NonManagedApplicationAction.Builder actionType(M2NonManagedActionType 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:
M2NonManagedActionType,M2NonManagedActionType
-
-