Interface AssociatedSystem.Builder

  • Method Details

    • systemArn

      AssociatedSystem.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.
    • systemName

      AssociatedSystem.Builder systemName(String systemName)
      Sets the value of the SystemName property for this object.
      Parameters:
      systemName - The new value for the SystemName property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userJourneyIds

      AssociatedSystem.Builder userJourneyIds(Collection<String> userJourneyIds)

      The list of user journey identifiers that associate this system with the service.

      Parameters:
      userJourneyIds - The list of user journey identifiers that associate this system with the service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userJourneyIds

      AssociatedSystem.Builder userJourneyIds(String... userJourneyIds)

      The list of user journey identifiers that associate this system with the service.

      Parameters:
      userJourneyIds - The list of user journey identifiers that associate this system with the service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.