static ListStreamsResponse.Builder |
ListStreamsResponse.builder() |
|
ListStreamsResponse.Builder |
ListStreamsResponse.Builder.lastEvaluatedStreamArn(String lastEvaluatedStreamArn) |
The stream ARN of the item where the operation stopped, inclusive of the previous result set.
|
ListStreamsResponse.Builder |
ListStreamsResponse.Builder.streams(Collection<Stream> streams) |
A list of stream descriptors associated with the current account and endpoint.
|
ListStreamsResponse.Builder |
ListStreamsResponse.Builder.streams(Consumer<Stream.Builder>... streams) |
A list of stream descriptors associated with the current account and endpoint.
|
ListStreamsResponse.Builder |
ListStreamsResponse.Builder.streams(Stream... streams) |
A list of stream descriptors associated with the current account and endpoint.
|
ListStreamsResponse.Builder |
ListStreamsResponse.toBuilder() |
|