Interface CreateImportTaskResponse.Builder

  • Method Details

    • importId

      A unique identifier for the import task.

      Parameters:
      importId - A unique identifier for the import task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • importDestinationArn

      CreateImportTaskResponse.Builder importDestinationArn(String importDestinationArn)

      The ARN of the CloudWatch Logs log group created as the destination for the imported events.

      Parameters:
      importDestinationArn - The ARN of the CloudWatch Logs log group created as the destination for the imported events.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      CreateImportTaskResponse.Builder creationTime(Long creationTime)

      The timestamp when the import task was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

      Parameters:
      creationTime - The timestamp when the import task was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.