public static interface ListMigrationTasksRequest.Builder extends MigrationHubRequest.Builder, SdkPojo, CopyableBuilder<ListMigrationTasksRequest.Builder,ListMigrationTasksRequest>
| Modifier and Type | Method and Description |
|---|---|
ListMigrationTasksRequest.Builder |
maxResults(Integer maxResults)
Value to specify how many results are returned per page.
|
ListMigrationTasksRequest.Builder |
nextToken(String nextToken)
If a
NextToken was returned by a previous call, there are more results available. |
ListMigrationTasksRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListMigrationTasksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListMigrationTasksRequest.Builder |
resourceName(String resourceName)
Filter migration tasks by discovered resource name.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMigrationTasksRequest.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.ListMigrationTasksRequest.Builder maxResults(Integer maxResults)
Value to specify how many results are returned per page.
maxResults - Value to specify how many results are returned per page.ListMigrationTasksRequest.Builder resourceName(String resourceName)
Filter migration tasks by discovered resource name.
resourceName - Filter migration tasks by discovered resource name.ListMigrationTasksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListMigrationTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.