Class MaterializedViewRefreshTaskRun

    • Method Detail

      • customerId

        public final String customerId()

        The Amazon Web Services account ID.

        Returns:
        The Amazon Web Services account ID.
      • materializedViewRefreshTaskRunId

        public final String materializedViewRefreshTaskRunId()

        The identifier of the materialized view refresh task run.

        Returns:
        The identifier of the materialized view refresh task run.
      • databaseName

        public final String databaseName()

        The database where the table resides.

        Returns:
        The database where the table resides.
      • tableName

        public final String tableName()

        The name of the table for which statistics is generated.

        Returns:
        The name of the table for which statistics is generated.
      • catalogId

        public final String catalogId()

        The ID of the Data Catalog where the table resides. If none is supplied, the account ID is used by default.

        Returns:
        The ID of the Data Catalog where the table resides. If none is supplied, the account ID is used by default.
      • role

        public final String role()

        The IAM role that the service assumes to generate statistics.

        Returns:
        The IAM role that the service assumes to generate statistics.
      • creationTime

        public final Instant creationTime()

        The time that this task was created.

        Returns:
        The time that this task was created.
      • lastUpdated

        public final Instant lastUpdated()

        The last point in time when this task was modified.

        Returns:
        The last point in time when this task was modified.
      • startTime

        public final Instant startTime()

        The start time of the task.

        Returns:
        The start time of the task.
      • endTime

        public final Instant endTime()

        The end time of the task.

        Returns:
        The end time of the task.
      • errorMessage

        public final String errorMessage()

        The error message for the job.

        Returns:
        The error message for the job.
      • dpuSeconds

        public final Double dpuSeconds()

        The calculated DPU usage in seconds for all autoscaled workers.

        Returns:
        The calculated DPU usage in seconds for all autoscaled workers.
      • processedBytes

        public final Long processedBytes()

        The number of bytes the refresh task run has scanned to refresh the materialized view.

        Returns:
        The number of bytes the refresh task run has scanned to refresh the materialized view.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)