public static interface ListStreamsRequest.Builder extends IvsRequest.Builder, SdkPojo, CopyableBuilder<ListStreamsRequest.Builder,ListStreamsRequest>
| Modifier and Type | Method and Description |
|---|---|
default ListStreamsRequest.Builder |
filterBy(Consumer<StreamFilters.Builder> filterBy)
Filters the stream list to match the specified criterion.
|
ListStreamsRequest.Builder |
filterBy(StreamFilters filterBy)
Filters the stream list to match the specified criterion.
|
ListStreamsRequest.Builder |
maxResults(Integer maxResults)
Maximum number of streams to return.
|
ListStreamsRequest.Builder |
nextToken(String nextToken)
The first stream to retrieve.
|
ListStreamsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListStreamsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStreamsRequest.Builder filterBy(StreamFilters filterBy)
Filters the stream list to match the specified criterion.
filterBy - Filters the stream list to match the specified criterion.default ListStreamsRequest.Builder filterBy(Consumer<StreamFilters.Builder> filterBy)
Filters the stream list to match the specified criterion.
This is a convenience method that creates an instance of theStreamFilters.Builder avoiding the need
to create one manually via StreamFilters.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to filterBy(StreamFilters).
filterBy - a consumer that will call methods on StreamFilters.BuilderfilterBy(StreamFilters)ListStreamsRequest.Builder maxResults(Integer maxResults)
Maximum number of streams to return. Default: 100.
maxResults - Maximum number of streams to return. Default: 100.ListStreamsRequest.Builder nextToken(String nextToken)
The first stream to retrieve. This is used for pagination; see the nextToken response field.
nextToken - The first stream to retrieve. This is used for pagination; see the nextToken response
field.ListStreamsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListStreamsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.