Class StopApplicationRequest

    • Method Detail

      • applicationName

        public final String applicationName()

        The name of the running application to stop.

        Returns:
        The name of the running application to stop.
      • force

        public final Boolean force()

        Set to true to force the application to stop. If you set Force to true, Managed Service for Apache Flink stops the application without taking a snapshot.

        Force-stopping your application may lead to data loss or duplication. To prevent data loss or duplicate processing of data during application restarts, we recommend you to take frequent snapshots of your application.

        You can only force stop a Managed Service for Apache Flink application. You can't force stop a SQL-based Kinesis Data Analytics application.

        The application must be in the STARTING, UPDATING, STOPPING, AUTOSCALING, or RUNNING status.

        Returns:
        Set to true to force the application to stop. If you set Force to true, Managed Service for Apache Flink stops the application without taking a snapshot.

        Force-stopping your application may lead to data loss or duplication. To prevent data loss or duplicate processing of data during application restarts, we recommend you to take frequent snapshots of your application.

        You can only force stop a Managed Service for Apache Flink application. You can't force stop a SQL-based Kinesis Data Analytics application.

        The application must be in the STARTING, UPDATING, STOPPING, AUTOSCALING, or RUNNING status.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object