Interface ApplicationSummary.Builder

  • Method Details

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

      ApplicationSummary.Builder tenantId(String tenantId)

      The tenant identifier associated with the application.

      Parameters:
      tenantId - The tenant identifier associated with the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      ApplicationSummary.Builder createdAt(Instant createdAt)

      The date and time when the application was created.

      Parameters:
      createdAt - The date and time when the application was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      ApplicationSummary.Builder updatedAt(Instant updatedAt)

      The date and time when the application was last updated.

      Parameters:
      updatedAt - The date and time when the application was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.