Interface ListMigrationTasksRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListMigrationTasksRequest.Builder,,ListMigrationTasksRequest> MigrationHubRequest.Builder,SdkBuilder<ListMigrationTasksRequest.Builder,,ListMigrationTasksRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListMigrationTasksRequest
public static interface ListMigrationTasksRequest.Builder
extends MigrationHubRequest.Builder, SdkPojo, CopyableBuilder<ListMigrationTasksRequest.Builder,ListMigrationTasksRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults(Integer maxResults) Value to specify how many results are returned per page.If aNextTokenwas returned by a previous call, there are more results available.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceName(String resourceName) Filter migration tasks by discovered resource name.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.migrationhub.model.MigrationHubRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
Value to specify how many results are returned per page.
- Parameters:
maxResults- Value to specify how many results are returned per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceName
Filter migration tasks by discovered resource name.
- Parameters:
resourceName- Filter migration tasks by discovered resource name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListMigrationTasksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListMigrationTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-