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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMigrationTasksRequest.BuildermaxResults(Integer maxResults)Value to specify how many results are returned per page.ListMigrationTasksRequest.BuildernextToken(String nextToken)If aNextTokenwas returned by a previous call, there are more results available.ListMigrationTasksRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListMigrationTasksRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListMigrationTasksRequest.BuilderresourceName(String resourceName)Filter migration tasks by discovered resource name.-
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
ListMigrationTasksRequest.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
ListMigrationTasksRequest.Builder maxResults(Integer 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
ListMigrationTasksRequest.Builder resourceName(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListMigrationTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-