Interface ApplicationSummary.Builder

    • Method Detail

      • applicationId

        ApplicationSummary.Builder applicationId​(String applicationId)

        The unique Id of the web application.

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

        ApplicationSummary.Builder applicationName​(String applicationName)

        The name of the web application.

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

        ApplicationSummary.Builder applicationDescription​(String applicationDescription)

        An optional description of the web application.

        Parameters:
        applicationDescription - An optional description of the web application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationUrl

        ApplicationSummary.Builder applicationUrl​(String applicationUrl)

        The URL of the web application.

        Parameters:
        applicationUrl - The URL of the web application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationCreationDate

        ApplicationSummary.Builder applicationCreationDate​(Long applicationCreationDate)

        The date (in Unix epoch time) when the web application was created.

        Parameters:
        applicationCreationDate - The date (in Unix epoch time) when the web application was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationLastUpdateDate

        ApplicationSummary.Builder applicationLastUpdateDate​(Long applicationLastUpdateDate)

        The date (in Unix epoch time) when the web application was last updated.

        Parameters:
        applicationLastUpdateDate - The date (in Unix epoch time) when the web application was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationState

        ApplicationSummary.Builder applicationState​(String applicationState)

        The current state of the web application.

        Parameters:
        applicationState - The current state of the web application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ApplicationState, ApplicationState