Interface GetApplicationVersionResponse.Builder

    • Method Detail

      • applicationVersion

        GetApplicationVersionResponse.Builder applicationVersion​(Integer applicationVersion)

        The specific version of the application.

        Parameters:
        applicationVersion - The specific version of the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        GetApplicationVersionResponse.Builder creationTime​(Instant creationTime)

        The timestamp when the application version was created.

        Parameters:
        creationTime - The timestamp when the application version was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • definitionContent

        GetApplicationVersionResponse.Builder definitionContent​(String definitionContent)

        The content of the application definition. This is a JSON object that contains the resource configuration and definitions that identify an application.

        Parameters:
        definitionContent - The content of the application definition. This is a JSON object that contains the resource configuration and definitions that identify an application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        GetApplicationVersionResponse.Builder description​(String description)

        The application description.

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

        GetApplicationVersionResponse.Builder name​(String name)

        The name of the application version.

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

        GetApplicationVersionResponse.Builder statusReason​(String statusReason)

        The reason for the reported status.

        Parameters:
        statusReason - The reason for the reported status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.