JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.timestreamwrite.model

Class BatchLoadTask

    • Constructor Detail

      • BatchLoadTask

        public BatchLoadTask()
    • Method Detail

      • setTaskId

        public void setTaskId(String taskId)

        The ID of the batch load task.

        Parameters:
        taskId - The ID of the batch load task.
      • getTaskId

        public String getTaskId()

        The ID of the batch load task.

        Returns:
        The ID of the batch load task.
      • withTaskId

        public BatchLoadTask withTaskId(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.
      • setTaskStatus

        public void setTaskStatus(String taskStatus)

        Status of the batch load task.

        Parameters:
        taskStatus - Status of the batch load task.
        See Also:
        BatchLoadStatus
      • getTaskStatus

        public String getTaskStatus()

        Status of the batch load task.

        Returns:
        Status of the batch load task.
        See Also:
        BatchLoadStatus
      • withTaskStatus

        public BatchLoadTask withTaskStatus(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
      • withTaskStatus

        public BatchLoadTask withTaskStatus(BatchLoadStatus 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
      • setDatabaseName

        public void setDatabaseName(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.
      • getDatabaseName

        public String getDatabaseName()

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

        Returns:
        Database name for the database into which a batch load task loads data.
      • withDatabaseName

        public BatchLoadTask withDatabaseName(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.
      • setTableName

        public void setTableName(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.
      • getTableName

        public String getTableName()

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

        Returns:
        Table name for the table into which a batch load task loads data.
      • withTableName

        public BatchLoadTask withTableName(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.
      • setCreationTime

        public void setCreationTime(Date creationTime)

        The time when the Timestream batch load task was created.

        Parameters:
        creationTime - The time when the Timestream batch load task was created.
      • getCreationTime

        public Date getCreationTime()

        The time when the Timestream batch load task was created.

        Returns:
        The time when the Timestream batch load task was created.
      • withCreationTime

        public BatchLoadTask withCreationTime(Date 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.
      • setLastUpdatedTime

        public void setLastUpdatedTime(Date 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.
      • getLastUpdatedTime

        public Date getLastUpdatedTime()

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

        Returns:
        The time when the Timestream batch load task was last updated.
      • withLastUpdatedTime

        public BatchLoadTask withLastUpdatedTime(Date 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.
      • setResumableUntil

        public void setResumableUntil(Date resumableUntil)
        Parameters:
        resumableUntil -
      • getResumableUntil

        public Date getResumableUntil()
        Returns:
      • withResumableUntil

        public BatchLoadTask withResumableUntil(Date resumableUntil)
        Parameters:
        resumableUntil -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /