Interface StartImportTaskResponse.Builder

All Superinterfaces:
ApplicationDiscoveryResponse.Builder, AwsResponse.Builder, Buildable, CopyableBuilder<StartImportTaskResponse.Builder,StartImportTaskResponse>, SdkBuilder<StartImportTaskResponse.Builder,StartImportTaskResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
StartImportTaskResponse

  • Method Details

    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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 the ImportTask.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).

      Parameters:
      task - a consumer that will call methods on ImportTask.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: