public static class ListStreamsResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ListStreamsResponse |
build() |
ListStreamsResponse.Builder |
copy(ListStreamsResponse o)
Copy method to populate the builder with values from the given instance.
|
ListStreamsResponse.Builder |
items(List<StreamSummary> items) |
ListStreamsResponse.Builder |
opcNextPage(String opcNextPage) |
ListStreamsResponse.Builder |
opcPrevPage(String opcPrevPage) |
ListStreamsResponse.Builder |
opcRequestId(String opcRequestId) |
String |
toString() |
public ListStreamsResponse.Builder copy(ListStreamsResponse o)
Copy method to populate the builder with values from the given instance.
public ListStreamsResponse.Builder opcNextPage(String opcNextPage)
public ListStreamsResponse.Builder opcPrevPage(String opcPrevPage)
public ListStreamsResponse.Builder opcRequestId(String opcRequestId)
public ListStreamsResponse.Builder items(List<StreamSummary> items)
public ListStreamsResponse build()
Copyright © 2016–2019. All rights reserved.