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)
Add an optional request override configuration.
|
ListStreamsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListStreamsRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListStreamsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.