public static interface ListProgressUpdateStreamsRequest.Builder extends MigrationHubRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.