public static interface ListStreamsRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListStreamsRequest.Builder,ListStreamsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListStreamsRequest.Builder |
ascendingOrder(Boolean ascendingOrder)
Set to true to return the list of streams in ascending order.
|
ListStreamsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return at a time.
|
ListStreamsRequest.Builder |
nextToken(String nextToken)
A token used to get the next set of results.
|
ListStreamsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListStreamsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStreamsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return at a time.
maxResults - The maximum number of results to return at a time.ListStreamsRequest.Builder nextToken(String nextToken)
A token used to get the next set of results.
nextToken - A token used to get the next set of results.ListStreamsRequest.Builder ascendingOrder(Boolean ascendingOrder)
Set to true to return the list of streams in ascending order.
ascendingOrder - Set to true to return the list of streams in ascending order.ListStreamsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListStreamsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.