Interface ApplicationSummary.Builder

    • Method Detail

      • applicationName

        ApplicationSummary.Builder applicationName​(String applicationName)

        The name of the application.

        Parameters:
        applicationName - The name of the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationARN

        ApplicationSummary.Builder applicationARN​(String applicationARN)

        The ARN of the application.

        Parameters:
        applicationARN - The ARN of the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationVersionId

        ApplicationSummary.Builder applicationVersionId​(Long applicationVersionId)

        Provides the current application version.

        Parameters:
        applicationVersionId - Provides the current application version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • runtimeEnvironment

        ApplicationSummary.Builder runtimeEnvironment​(String runtimeEnvironment)

        The runtime environment for the application.

        Parameters:
        runtimeEnvironment - The runtime environment for the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RuntimeEnvironment, RuntimeEnvironment
      • applicationMode

        ApplicationSummary.Builder applicationMode​(String applicationMode)

        For a Managed Service for Apache Flink application, the mode is STREAMING. For a Managed Service for Apache Flink Studio notebook, it is INTERACTIVE.

        Parameters:
        applicationMode - For a Managed Service for Apache Flink application, the mode is STREAMING. For a Managed Service for Apache Flink Studio notebook, it is INTERACTIVE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ApplicationMode, ApplicationMode
      • applicationMode

        ApplicationSummary.Builder applicationMode​(ApplicationMode applicationMode)

        For a Managed Service for Apache Flink application, the mode is STREAMING. For a Managed Service for Apache Flink Studio notebook, it is INTERACTIVE.

        Parameters:
        applicationMode - For a Managed Service for Apache Flink application, the mode is STREAMING. For a Managed Service for Apache Flink Studio notebook, it is INTERACTIVE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ApplicationMode, ApplicationMode