Interface WhenSentTo.Builder

All Superinterfaces:
Buildable, CopyableBuilder<WhenSentTo.Builder,WhenSentTo>, SdkBuilder<WhenSentTo.Builder,WhenSentTo>, SdkPojo
Enclosing class:
WhenSentTo

public static interface WhenSentTo.Builder extends SdkPojo, CopyableBuilder<WhenSentTo.Builder,WhenSentTo>
  • Method Details

    • whenSentToSegmentsList

      WhenSentTo.Builder whenSentToSegmentsList(Collection<String> whenSentToSegmentsList)

      The list of destination segments when the service insertion action is send-to.

      Parameters:
      whenSentToSegmentsList - The list of destination segments when the service insertion action is send-to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • whenSentToSegmentsList

      WhenSentTo.Builder whenSentToSegmentsList(String... whenSentToSegmentsList)

      The list of destination segments when the service insertion action is send-to.

      Parameters:
      whenSentToSegmentsList - The list of destination segments when the service insertion action is send-to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.