public static interface ListStreamsResponse.Builder extends KinesisResponse.Builder, SdkPojo, CopyableBuilder<ListStreamsResponse.Builder,ListStreamsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListStreamsResponse.Builder |
hasMoreStreams(Boolean hasMoreStreams)
If set to
true, there are more streams available to list. |
ListStreamsResponse.Builder |
streamNames(Collection<String> streamNames)
The names of the streams that are associated with the Amazon Web Services account making the
ListStreams request. |
ListStreamsResponse.Builder |
streamNames(String... streamNames)
The names of the streams that are associated with the Amazon Web Services account making the
ListStreams request. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStreamsResponse.Builder streamNames(Collection<String> streamNames)
The names of the streams that are associated with the Amazon Web Services account making the
ListStreams request.
streamNames - The names of the streams that are associated with the Amazon Web Services account making the
ListStreams request.ListStreamsResponse.Builder streamNames(String... streamNames)
The names of the streams that are associated with the Amazon Web Services account making the
ListStreams request.
streamNames - The names of the streams that are associated with the Amazon Web Services account making the
ListStreams request.ListStreamsResponse.Builder hasMoreStreams(Boolean hasMoreStreams)
If set to true, there are more streams available to list.
hasMoreStreams - If set to true, there are more streams available to list.Copyright © 2022. All rights reserved.