Interface M2ManagedApplicationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<M2ManagedApplicationSummary.Builder,
,M2ManagedApplicationSummary> SdkBuilder<M2ManagedApplicationSummary.Builder,
,M2ManagedApplicationSummary> SdkPojo
- Enclosing class:
M2ManagedApplicationSummary
@Mutable
@NotThreadSafe
public static interface M2ManagedApplicationSummary.Builder
extends SdkPojo, CopyableBuilder<M2ManagedApplicationSummary.Builder,M2ManagedApplicationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId
(String applicationId) The application ID of the AWS Mainframe Modernization managed application summary.listenerPort
(Integer listenerPort) The listener port of the AWS Mainframe Modernization managed application summary.The runtime of the AWS Mainframe Modernization managed application summary.runtime
(M2ManagedRuntime runtime) The runtime of the AWS Mainframe Modernization managed application summary.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
-
applicationId
The application ID of the AWS Mainframe Modernization managed application summary.
- Parameters:
applicationId
- The application ID of the AWS Mainframe Modernization managed application summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runtime
The runtime of the AWS Mainframe Modernization managed application summary.
- Parameters:
runtime
- The runtime of the AWS Mainframe Modernization managed application summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
runtime
The runtime of the AWS Mainframe Modernization managed application summary.
- Parameters:
runtime
- The runtime of the AWS Mainframe Modernization managed application summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
listenerPort
The listener port of the AWS Mainframe Modernization managed application summary.
- Parameters:
listenerPort
- The listener port of the AWS Mainframe Modernization managed application summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-