public static interface ListMigrationTasksRequest.Builder extends MigrationHubRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListMigrationTasksRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ListMigrationTasksRequest.Builder |
resourceName(String resourceName)
Filter migration tasks by discovered resource name.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListMigrationTasksRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.