Interface SystemServiceDisassociatedMetadata.Builder

  • Method Details

    • serviceName

      The name of the disassociated service.

      Parameters:
      serviceName - The name of the disassociated service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serviceArn

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

      SystemServiceDisassociatedMetadata.Builder userJourneysAffected(Collection<String> userJourneysAffected)

      The user journeys affected by the disassociation.

      Parameters:
      userJourneysAffected - The user journeys affected by the disassociation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userJourneysAffected

      SystemServiceDisassociatedMetadata.Builder userJourneysAffected(String... userJourneysAffected)

      The user journeys affected by the disassociation.

      Parameters:
      userJourneysAffected - The user journeys affected by the disassociation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • comment

      A comment about the disassociation.

      Parameters:
      comment - A comment about the disassociation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.