Interface SystemSummary.Builder

  • Method Details

    • systemId

      SystemSummary.Builder systemId(String systemId)
      Sets the value of the SystemId property for this object.
      Parameters:
      systemId - The new value for the SystemId property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      Sets the value of the Name property for this object.
      Parameters:
      name - The new value for the Name property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • systemArn

      SystemSummary.Builder systemArn(String systemArn)
      Sets the value of the SystemArn property for this object.
      Parameters:
      systemArn - The new value for the SystemArn property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userJourneysCount

      SystemSummary.Builder userJourneysCount(Integer userJourneysCount)

      The number of user journeys in the system.

      Parameters:
      userJourneysCount - The number of user journeys in the system.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • servicesCount

      SystemSummary.Builder servicesCount(Integer servicesCount)

      The number of services in the system.

      Parameters:
      servicesCount - The number of services in the system.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • organizationId

      SystemSummary.Builder organizationId(String organizationId)

      Displayed only if caller has access.

      Parameters:
      organizationId - Displayed only if caller has access.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ouId

      Displayed only if caller has access.

      Parameters:
      ouId - Displayed only if caller has access.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      SystemSummary.Builder createdAt(Instant createdAt)

      The timestamp when the system was created.

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

      SystemSummary.Builder updatedAt(Instant updatedAt)

      The timestamp when the system was last updated.

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