Interface ApplicationSummary.Builder

  • Method Details

    • arn

      ARN of the application

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

      Unique identifier of the application

      Parameters:
      id - Unique identifier of the application
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      Name of the application

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

      Current status of the application

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

      Current status of the application

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

      ApplicationSummary.Builder createdAt(Instant createdAt)

      Timestamp when the application was created

      Parameters:
      createdAt - Timestamp when the application was created
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • workspaceName

      ApplicationSummary.Builder workspaceName(String workspaceName)

      Name of the workspace this application belongs to

      Parameters:
      workspaceName - Name of the workspace this application belongs to
      Returns:
      Returns a reference to this object so that method calls can be chained together.