Interface ApplicationSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>, SdkBuilder<ApplicationSummary.Builder,ApplicationSummary>, SdkPojo
Enclosing class:
ApplicationSummary

public static interface ApplicationSummary.Builder extends SdkPojo, CopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>
  • Method Details

    • 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.
    • applicationStatus

      ApplicationSummary.Builder applicationStatus(String applicationStatus)

      The status of the application.

      Parameters:
      applicationStatus - The status of the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • applicationStatus

      ApplicationSummary.Builder applicationStatus(ApplicationStatus applicationStatus)

      The status of the application.

      Parameters:
      applicationStatus - The status of the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      ApplicationSummary.Builder runtimeEnvironment(RuntimeEnvironment 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:
    • 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

      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: