Interface BatchLoadTask.Builder

    • Method Detail

      • taskId

        BatchLoadTask.Builder taskId​(String taskId)

        The ID of the batch load task.

        Parameters:
        taskId - The ID of the batch load task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • taskStatus

        BatchLoadTask.Builder taskStatus​(String taskStatus)

        Status of the batch load task.

        Parameters:
        taskStatus - Status of the batch load task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BatchLoadStatus, BatchLoadStatus
      • databaseName

        BatchLoadTask.Builder databaseName​(String databaseName)

        Database name for the database into which a batch load task loads data.

        Parameters:
        databaseName - Database name for the database into which a batch load task loads data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tableName

        BatchLoadTask.Builder tableName​(String tableName)

        Table name for the table into which a batch load task loads data.

        Parameters:
        tableName - Table name for the table into which a batch load task loads data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        BatchLoadTask.Builder creationTime​(Instant creationTime)

        The time when the Timestream batch load task was created.

        Parameters:
        creationTime - The time when the Timestream batch load task was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedTime

        BatchLoadTask.Builder lastUpdatedTime​(Instant lastUpdatedTime)

        The time when the Timestream batch load task was last updated.

        Parameters:
        lastUpdatedTime - The time when the Timestream batch load task was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resumableUntil

        BatchLoadTask.Builder resumableUntil​(Instant resumableUntil)

        Parameters:
        resumableUntil -
        Returns:
        Returns a reference to this object so that method calls can be chained together.