Interface ListStreamsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListStreamsRequest.Builder,ListStreamsRequest>,IotRequest.Builder,SdkBuilder<ListStreamsRequest.Builder,ListStreamsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListStreamsRequest
public static interface ListStreamsRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListStreamsRequest.Builder,ListStreamsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListStreamsRequest.BuilderascendingOrder(Boolean ascendingOrder)Set to true to return the list of streams in ascending order.ListStreamsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return at a time.ListStreamsRequest.BuildernextToken(String nextToken)A token used to get the next set of results.ListStreamsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListStreamsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListStreamsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return at a time.
- Parameters:
maxResults- The maximum number of results to return at a time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListStreamsRequest.Builder nextToken(String nextToken)
A token used to get the next set of results.
- Parameters:
nextToken- A token used to get the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ascendingOrder
ListStreamsRequest.Builder ascendingOrder(Boolean ascendingOrder)
Set to true to return the list of streams in ascending order.
- Parameters:
ascendingOrder- Set to true to return the list of streams in ascending order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListStreamsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListStreamsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-