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.finspacedata.model

Class GetDataViewResult

    • Constructor Detail

      • GetDataViewResult

        public GetDataViewResult()
    • Method Detail

      • setAutoUpdate

        public void setAutoUpdate(Boolean autoUpdate)

        Flag to indicate Dataview should be updated automatically.

        Parameters:
        autoUpdate - Flag to indicate Dataview should be updated automatically.
      • getAutoUpdate

        public Boolean getAutoUpdate()

        Flag to indicate Dataview should be updated automatically.

        Returns:
        Flag to indicate Dataview should be updated automatically.
      • withAutoUpdate

        public GetDataViewResult withAutoUpdate(Boolean autoUpdate)

        Flag to indicate Dataview should be updated automatically.

        Parameters:
        autoUpdate - Flag to indicate Dataview should be updated automatically.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isAutoUpdate

        public Boolean isAutoUpdate()

        Flag to indicate Dataview should be updated automatically.

        Returns:
        Flag to indicate Dataview should be updated automatically.
      • getPartitionColumns

        public List<String> getPartitionColumns()

        Ordered set of column names used to partition data.

        Returns:
        Ordered set of column names used to partition data.
      • setPartitionColumns

        public void setPartitionColumns(Collection<String> partitionColumns)

        Ordered set of column names used to partition data.

        Parameters:
        partitionColumns - Ordered set of column names used to partition data.
      • withPartitionColumns

        public GetDataViewResult withPartitionColumns(Collection<String> partitionColumns)

        Ordered set of column names used to partition data.

        Parameters:
        partitionColumns - Ordered set of column names used to partition data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDatasetId

        public void setDatasetId(String datasetId)

        The unique identifier for the Dataset used in the Dataview.

        Parameters:
        datasetId - The unique identifier for the Dataset used in the Dataview.
      • getDatasetId

        public String getDatasetId()

        The unique identifier for the Dataset used in the Dataview.

        Returns:
        The unique identifier for the Dataset used in the Dataview.
      • withDatasetId

        public GetDataViewResult withDatasetId(String datasetId)

        The unique identifier for the Dataset used in the Dataview.

        Parameters:
        datasetId - The unique identifier for the Dataset used in the Dataview.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAsOfTimestamp

        public void setAsOfTimestamp(Long asOfTimestamp)

        Time range to use for the Dataview. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

        Parameters:
        asOfTimestamp - Time range to use for the Dataview. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
      • getAsOfTimestamp

        public Long getAsOfTimestamp()

        Time range to use for the Dataview. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

        Returns:
        Time range to use for the Dataview. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
      • withAsOfTimestamp

        public GetDataViewResult withAsOfTimestamp(Long asOfTimestamp)

        Time range to use for the Dataview. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

        Parameters:
        asOfTimestamp - Time range to use for the Dataview. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setErrorInfo

        public void setErrorInfo(DataViewErrorInfo errorInfo)

        Information about an error that occurred for the Dataview.

        Parameters:
        errorInfo - Information about an error that occurred for the Dataview.
      • getErrorInfo

        public DataViewErrorInfo getErrorInfo()

        Information about an error that occurred for the Dataview.

        Returns:
        Information about an error that occurred for the Dataview.
      • withErrorInfo

        public GetDataViewResult withErrorInfo(DataViewErrorInfo errorInfo)

        Information about an error that occurred for the Dataview.

        Parameters:
        errorInfo - Information about an error that occurred for the Dataview.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastModifiedTime

        public void setLastModifiedTime(Long lastModifiedTime)

        The last time that a Dataview was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

        Parameters:
        lastModifiedTime - The last time that a Dataview was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
      • getLastModifiedTime

        public Long getLastModifiedTime()

        The last time that a Dataview was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

        Returns:
        The last time that a Dataview was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
      • withLastModifiedTime

        public GetDataViewResult withLastModifiedTime(Long lastModifiedTime)

        The last time that a Dataview was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

        Parameters:
        lastModifiedTime - The last time that a Dataview was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreateTime

        public void setCreateTime(Long createTime)

        The timestamp at which the Dataview was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

        Parameters:
        createTime - The timestamp at which the Dataview was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
      • getCreateTime

        public Long getCreateTime()

        The timestamp at which the Dataview was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

        Returns:
        The timestamp at which the Dataview was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
      • withCreateTime

        public GetDataViewResult withCreateTime(Long createTime)

        The timestamp at which the Dataview was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

        Parameters:
        createTime - The timestamp at which the Dataview was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSortColumns

        public List<String> getSortColumns()

        Columns to be used for sorting the data.

        Returns:
        Columns to be used for sorting the data.
      • setSortColumns

        public void setSortColumns(Collection<String> sortColumns)

        Columns to be used for sorting the data.

        Parameters:
        sortColumns - Columns to be used for sorting the data.
      • withSortColumns

        public GetDataViewResult withSortColumns(Collection<String> sortColumns)

        Columns to be used for sorting the data.

        Parameters:
        sortColumns - Columns to be used for sorting the data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDataViewId

        public void setDataViewId(String dataViewId)

        The unique identifier for the Dataview.

        Parameters:
        dataViewId - The unique identifier for the Dataview.
      • getDataViewId

        public String getDataViewId()

        The unique identifier for the Dataview.

        Returns:
        The unique identifier for the Dataview.
      • withDataViewId

        public GetDataViewResult withDataViewId(String dataViewId)

        The unique identifier for the Dataview.

        Parameters:
        dataViewId - The unique identifier for the Dataview.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDataViewArn

        public void setDataViewArn(String dataViewArn)

        The ARN identifier of the Dataview.

        Parameters:
        dataViewArn - The ARN identifier of the Dataview.
      • getDataViewArn

        public String getDataViewArn()

        The ARN identifier of the Dataview.

        Returns:
        The ARN identifier of the Dataview.
      • withDataViewArn

        public GetDataViewResult withDataViewArn(String dataViewArn)

        The ARN identifier of the Dataview.

        Parameters:
        dataViewArn - The ARN identifier of the Dataview.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDestinationTypeParams

        public void setDestinationTypeParams(DataViewDestinationTypeParams destinationTypeParams)

        Options that define the destination type for the Dataview.

        Parameters:
        destinationTypeParams - Options that define the destination type for the Dataview.
      • getDestinationTypeParams

        public DataViewDestinationTypeParams getDestinationTypeParams()

        Options that define the destination type for the Dataview.

        Returns:
        Options that define the destination type for the Dataview.
      • withDestinationTypeParams

        public GetDataViewResult withDestinationTypeParams(DataViewDestinationTypeParams destinationTypeParams)

        Options that define the destination type for the Dataview.

        Parameters:
        destinationTypeParams - Options that define the destination type for the Dataview.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The status of a Dataview creation.

        • RUNNING – Dataview creation is running.

        • STARTING – Dataview creation is starting.

        • FAILED – Dataview creation has failed.

        • CANCELLED – Dataview creation has been cancelled.

        • TIMEOUT – Dataview creation has timed out.

        • SUCCESS – Dataview creation has succeeded.

        • PENDING – Dataview creation is pending.

        • FAILED_CLEANUP_FAILED – Dataview creation failed and resource cleanup failed.

        Parameters:
        status - The status of a Dataview creation.

        • RUNNING – Dataview creation is running.

        • STARTING – Dataview creation is starting.

        • FAILED – Dataview creation has failed.

        • CANCELLED – Dataview creation has been cancelled.

        • TIMEOUT – Dataview creation has timed out.

        • SUCCESS – Dataview creation has succeeded.

        • PENDING – Dataview creation is pending.

        • FAILED_CLEANUP_FAILED – Dataview creation failed and resource cleanup failed.

        See Also:
        DataViewStatus
      • getStatus

        public String getStatus()

        The status of a Dataview creation.

        • RUNNING – Dataview creation is running.

        • STARTING – Dataview creation is starting.

        • FAILED – Dataview creation has failed.

        • CANCELLED – Dataview creation has been cancelled.

        • TIMEOUT – Dataview creation has timed out.

        • SUCCESS – Dataview creation has succeeded.

        • PENDING – Dataview creation is pending.

        • FAILED_CLEANUP_FAILED – Dataview creation failed and resource cleanup failed.

        Returns:
        The status of a Dataview creation.

        • RUNNING – Dataview creation is running.

        • STARTING – Dataview creation is starting.

        • FAILED – Dataview creation has failed.

        • CANCELLED – Dataview creation has been cancelled.

        • TIMEOUT – Dataview creation has timed out.

        • SUCCESS – Dataview creation has succeeded.

        • PENDING – Dataview creation is pending.

        • FAILED_CLEANUP_FAILED – Dataview creation failed and resource cleanup failed.

        See Also:
        DataViewStatus
      • withStatus

        public GetDataViewResult withStatus(String status)

        The status of a Dataview creation.

        • RUNNING – Dataview creation is running.

        • STARTING – Dataview creation is starting.

        • FAILED – Dataview creation has failed.

        • CANCELLED – Dataview creation has been cancelled.

        • TIMEOUT – Dataview creation has timed out.

        • SUCCESS – Dataview creation has succeeded.

        • PENDING – Dataview creation is pending.

        • FAILED_CLEANUP_FAILED – Dataview creation failed and resource cleanup failed.

        Parameters:
        status - The status of a Dataview creation.

        • RUNNING – Dataview creation is running.

        • STARTING – Dataview creation is starting.

        • FAILED – Dataview creation has failed.

        • CANCELLED – Dataview creation has been cancelled.

        • TIMEOUT – Dataview creation has timed out.

        • SUCCESS – Dataview creation has succeeded.

        • PENDING – Dataview creation is pending.

        • FAILED_CLEANUP_FAILED – Dataview creation failed and resource cleanup failed.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DataViewStatus
      • withStatus

        public GetDataViewResult withStatus(DataViewStatus status)

        The status of a Dataview creation.

        • RUNNING – Dataview creation is running.

        • STARTING – Dataview creation is starting.

        • FAILED – Dataview creation has failed.

        • CANCELLED – Dataview creation has been cancelled.

        • TIMEOUT – Dataview creation has timed out.

        • SUCCESS – Dataview creation has succeeded.

        • PENDING – Dataview creation is pending.

        • FAILED_CLEANUP_FAILED – Dataview creation failed and resource cleanup failed.

        Parameters:
        status - The status of a Dataview creation.

        • RUNNING – Dataview creation is running.

        • STARTING – Dataview creation is starting.

        • FAILED – Dataview creation has failed.

        • CANCELLED – Dataview creation has been cancelled.

        • TIMEOUT – Dataview creation has timed out.

        • SUCCESS – Dataview creation has succeeded.

        • PENDING – Dataview creation is pending.

        • FAILED_CLEANUP_FAILED – Dataview creation failed and resource cleanup failed.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DataViewStatus
      • 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 によって変換されたページ (->オリジナル) /