Interface ListProgressUpdateStreamsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListProgressUpdateStreamsRequest.Builder,ListProgressUpdateStreamsRequest>,MigrationHubRequest.Builder,SdkBuilder<ListProgressUpdateStreamsRequest.Builder,ListProgressUpdateStreamsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListProgressUpdateStreamsRequest
public static interface ListProgressUpdateStreamsRequest.Builder extends MigrationHubRequest.Builder, SdkPojo, CopyableBuilder<ListProgressUpdateStreamsRequest.Builder,ListProgressUpdateStreamsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListProgressUpdateStreamsRequest.BuildermaxResults(Integer maxResults)Filter to limit the maximum number of results to list per page.ListProgressUpdateStreamsRequest.BuildernextToken(String nextToken)If aNextTokenwas returned by a previous call, there are more results available.ListProgressUpdateStreamsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListProgressUpdateStreamsRequest.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.migrationhub.model.MigrationHubRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
nextToken
ListProgressUpdateStreamsRequest.Builder nextToken(String nextToken)
If a
NextTokenwas 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 inNextToken.- Parameters:
nextToken- If aNextTokenwas 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 inNextToken.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListProgressUpdateStreamsRequest.Builder maxResults(Integer maxResults)
Filter to limit the maximum number of results to list per page.
- Parameters:
maxResults- Filter to limit the maximum number of results to list per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListProgressUpdateStreamsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListProgressUpdateStreamsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-