Interface SegmentsResponse.Builder

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

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

    • item

      An array of responses, one for each segment that's associated with the application (Segments resource) or each version of a segment that's associated with the application (Segment Versions resource).

      Parameters:
      item - An array of responses, one for each segment that's associated with the application (Segments resource) or each version of a segment that's associated with the application (Segment Versions resource).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • item

      An array of responses, one for each segment that's associated with the application (Segments resource) or each version of a segment that's associated with the application (Segment Versions resource).

      Parameters:
      item - An array of responses, one for each segment that's associated with the application (Segments resource) or each version of a segment that's associated with the application (Segment Versions resource).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • item

      An array of responses, one for each segment that's associated with the application (Segments resource) or each version of a segment that's associated with the application (Segment Versions resource).

      This is a convenience method that creates an instance of the SegmentResponse.Builder avoiding the need to create one manually via SegmentResponse.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to item(List<SegmentResponse>).

      Parameters:
      item - a consumer that will call methods on SegmentResponse.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      SegmentsResponse.Builder nextToken(String nextToken)

      The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

      Parameters:
      nextToken - The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
      Returns:
      Returns a reference to this object so that method calls can be chained together.