public static interface ListImportFileTaskResponse.Builder extends MigrationHubStrategyResponse.Builder, SdkPojo, CopyableBuilder<ListImportFileTaskResponse.Builder,ListImportFileTaskResponse>
| Modifier and Type | Method and Description |
|---|---|
ListImportFileTaskResponse.Builder |
nextToken(String nextToken)
The token you use to retrieve the next set of results, or null if there are no more results.
|
ListImportFileTaskResponse.Builder |
taskInfos(Collection<ImportFileTaskInformation> taskInfos)
Lists information about the files you import.
|
ListImportFileTaskResponse.Builder |
taskInfos(Consumer<ImportFileTaskInformation.Builder>... taskInfos)
Lists information about the files you import.
|
ListImportFileTaskResponse.Builder |
taskInfos(ImportFileTaskInformation... taskInfos)
Lists information about the files you import.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListImportFileTaskResponse.Builder nextToken(String nextToken)
The token you use to retrieve the next set of results, or null if there are no more results.
nextToken - The token you use to retrieve the next set of results, or null if there are no more results.ListImportFileTaskResponse.Builder taskInfos(Collection<ImportFileTaskInformation> taskInfos)
Lists information about the files you import.
taskInfos - Lists information about the files you import.ListImportFileTaskResponse.Builder taskInfos(ImportFileTaskInformation... taskInfos)
Lists information about the files you import.
taskInfos - Lists information about the files you import.ListImportFileTaskResponse.Builder taskInfos(Consumer<ImportFileTaskInformation.Builder>... taskInfos)
Lists information about the files you import.
This is a convenience method that creates an instance of theImportFileTaskInformation.Builder avoiding
the need to create one manually via
ImportFileTaskInformation.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #taskInfos(List.
taskInfos - a consumer that will call methods on
ImportFileTaskInformation.Builder#taskInfos(java.util.Collection) Copyright © 2022. All rights reserved.