Interface M2ManagedApplicationStepInput.Builder

  • Method Details

    • applicationId

      M2ManagedApplicationStepInput.Builder applicationId(String applicationId)

      The application ID of the AWS Mainframe Modernization managed application step input.

      Parameters:
      applicationId - The application ID of the AWS Mainframe Modernization managed application step input.
      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 step input.

      Parameters:
      runtime - The runtime of the AWS Mainframe Modernization managed application step input.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcEndpointServiceName

      M2ManagedApplicationStepInput.Builder vpcEndpointServiceName(String vpcEndpointServiceName)

      The VPC endpoint service name of the AWS Mainframe Modernization managed application step input.

      Parameters:
      vpcEndpointServiceName - The VPC endpoint service name of the AWS Mainframe Modernization managed application step input.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • listenerPort

      M2ManagedApplicationStepInput.Builder listenerPort(Integer listenerPort)

      The listener port of the AWS Mainframe Modernization managed application step input.

      Parameters:
      listenerPort - The listener port of the AWS Mainframe Modernization managed application step input.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • actionType

      The action type of the AWS Mainframe Modernization managed application step input.

      Parameters:
      actionType - The action type of the AWS Mainframe Modernization managed application step input.
      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 managed application step input.

      Parameters:
      actionType - The action type of the AWS Mainframe Modernization managed application step input.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • properties

      The properties of the AWS Mainframe Modernization managed application step input.

      Parameters:
      properties - The properties of the AWS Mainframe Modernization managed application step input.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • properties

      The properties of the AWS Mainframe Modernization managed application step input.

      This is a convenience method that creates an instance of the M2ManagedActionProperties.Builder avoiding the need to create one manually via M2ManagedActionProperties.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to properties(M2ManagedActionProperties).

      Parameters:
      properties - a consumer that will call methods on M2ManagedActionProperties.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: