CopyableBuilder<SegmentsResponse.Builder,SegmentsResponse>
, SdkBuilder<SegmentsResponse.Builder,SegmentsResponse>
public static interface SegmentsResponse.Builder extends CopyableBuilder<SegmentsResponse.Builder,SegmentsResponse>
Modifier and Type | Method | Description |
---|---|---|
SegmentsResponse.Builder |
item(Collection<SegmentResponse> item) |
The list of segments.
|
SegmentsResponse.Builder |
item(SegmentResponse... item) |
The list of segments.
|
SegmentsResponse.Builder |
nextToken(String nextToken) |
An identifier used to retrieve the next page of results.
|
copy
apply, build
SegmentsResponse.Builder item(Collection<SegmentResponse> item)
item
- The list of segments.SegmentsResponse.Builder item(SegmentResponse... item)
NOTE: This method appends the values to the existing list (if any). Use
#setItem(java.util.Collection)
or #withItem(java.util.Collection)
if you want to override the
existing values.
item
- The list of segments.SegmentsResponse.Builder nextToken(String nextToken)
nextToken
- An identifier used to retrieve the next page of results. The token is null if no additional pages
exist.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.