public static interface ListProgressUpdateStreamsRequest.Builder extends MigrationHubRequest.Builder, SdkPojo, CopyableBuilder<ListProgressUpdateStreamsRequest.Builder,ListProgressUpdateStreamsRequest>
Modifier and Type | Method and Description |
---|---|
ListProgressUpdateStreamsRequest.Builder |
maxResults(Integer maxResults)
Filter to limit the maximum number of results to list per page.
|
ListProgressUpdateStreamsRequest.Builder |
nextToken(String nextToken)
If a
NextToken was returned by a previous call, there are more results available. |
ListProgressUpdateStreamsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListProgressUpdateStreamsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListProgressUpdateStreamsRequest.Builder nextToken(String nextToken)
If a NextToken
was returned by a previous call, there are more results available. To retrieve
the next page of results, make the call again using the returned token in NextToken
.
nextToken
- If a NextToken
was returned by a previous call, there are more results available. To
retrieve the next page of results, make the call again using the returned token in
NextToken
.ListProgressUpdateStreamsRequest.Builder maxResults(Integer maxResults)
Filter to limit the maximum number of results to list per page.
maxResults
- Filter to limit the maximum number of results to list per page.ListProgressUpdateStreamsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListProgressUpdateStreamsRequest.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.