public static interface StartImportTaskResponse.Builder extends ApplicationDiscoveryResponse.Builder, SdkPojo, CopyableBuilder<StartImportTaskResponse.Builder,StartImportTaskResponse>
| Modifier and Type | Method and Description |
|---|---|
default StartImportTaskResponse.Builder |
task(Consumer<ImportTask.Builder> task)
An array of information related to the import task request including status information, times, IDs, the
Amazon S3 Object URL for the import file, and more.
|
StartImportTaskResponse.Builder |
task(ImportTask task)
An array of information related to the import task request including status information, times, IDs, the
Amazon S3 Object URL for the import file, and more.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartImportTaskResponse.Builder task(ImportTask task)
An array of information related to the import task request including status information, times, IDs, the Amazon S3 Object URL for the import file, and more.
task - An array of information related to the import task request including status information, times, IDs,
the Amazon S3 Object URL for the import file, and more.default StartImportTaskResponse.Builder task(Consumer<ImportTask.Builder> task)
An array of information related to the import task request including status information, times, IDs, the Amazon S3 Object URL for the import file, and more.
This is a convenience method that creates an instance of theImportTask.Builder avoiding the need to
create one manually via ImportTask.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to task(ImportTask).
task - a consumer that will call methods on ImportTask.Buildertask(ImportTask)Copyright © 2023. All rights reserved.