Interface DeleteAppRequest.Builder

    • Method Detail

      • appId

        DeleteAppRequest.Builder appId​(String appId)

        The ID of the application.

        Parameters:
        appId - The ID of the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • forceStopAppReplication

        DeleteAppRequest.Builder forceStopAppReplication​(Boolean forceStopAppReplication)

        Indicates whether to stop all replication jobs corresponding to the servers in the application while deleting the application.

        Parameters:
        forceStopAppReplication - Indicates whether to stop all replication jobs corresponding to the servers in the application while deleting the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • forceTerminateApp

        DeleteAppRequest.Builder forceTerminateApp​(Boolean forceTerminateApp)

        Indicates whether to terminate the stack corresponding to the application while deleting the application.

        Parameters:
        forceTerminateApp - Indicates whether to terminate the stack corresponding to the application while deleting the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.