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 CreateDataViewRequest

    • Constructor Detail

      • CreateDataViewRequest

        public CreateDataViewRequest()
    • Method Detail

      • setClientToken

        public void setClientToken(String clientToken)

        A token that ensures idempotency. This token expires in 10 minutes.

        Parameters:
        clientToken - A token that ensures idempotency. This token expires in 10 minutes.
      • getClientToken

        public String getClientToken()

        A token that ensures idempotency. This token expires in 10 minutes.

        Returns:
        A token that ensures idempotency. This token expires in 10 minutes.
      • withClientToken

        public CreateDataViewRequest withClientToken(String clientToken)

        A token that ensures idempotency. This token expires in 10 minutes.

        Parameters:
        clientToken - A token that ensures idempotency. This token expires in 10 minutes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDatasetId

        public void setDatasetId(String datasetId)

        The unique Dataset identifier that is used to create a Dataview.

        Parameters:
        datasetId - The unique Dataset identifier that is used to create a Dataview.
      • getDatasetId

        public String getDatasetId()

        The unique Dataset identifier that is used to create a Dataview.

        Returns:
        The unique Dataset identifier that is used to create a Dataview.
      • withDatasetId

        public CreateDataViewRequest withDatasetId(String datasetId)

        The unique Dataset identifier that is used to create a Dataview.

        Parameters:
        datasetId - The unique Dataset identifier that is used to create a Dataview.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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 CreateDataViewRequest 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.
      • 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 CreateDataViewRequest 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.
      • 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 CreateDataViewRequest 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.
      • setAsOfTimestamp

        public void setAsOfTimestamp(Long asOfTimestamp)

        Beginning time 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 - Beginning time 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()

        Beginning time 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:
        Beginning time 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 CreateDataViewRequest withAsOfTimestamp(Long asOfTimestamp)

        Beginning time 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 - Beginning time 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.
      • 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 CreateDataViewRequest 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.
      • 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 によって変換されたページ (->オリジナル) /