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 GetChangesetResult

    • Constructor Detail

      • GetChangesetResult

        public GetChangesetResult()
    • Method Detail

      • setChangesetId

        public void setChangesetId(String changesetId)

        The unique identifier for a Changeset.

        Parameters:
        changesetId - The unique identifier for a Changeset.
      • getChangesetId

        public String getChangesetId()

        The unique identifier for a Changeset.

        Returns:
        The unique identifier for a Changeset.
      • withChangesetId

        public GetChangesetResult withChangesetId(String changesetId)

        The unique identifier for a Changeset.

        Parameters:
        changesetId - The unique identifier for a Changeset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setChangesetArn

        public void setChangesetArn(String changesetArn)

        The ARN identifier of the Changeset.

        Parameters:
        changesetArn - The ARN identifier of the Changeset.
      • getChangesetArn

        public String getChangesetArn()

        The ARN identifier of the Changeset.

        Returns:
        The ARN identifier of the Changeset.
      • withChangesetArn

        public GetChangesetResult withChangesetArn(String changesetArn)

        The ARN identifier of the Changeset.

        Parameters:
        changesetArn - The ARN identifier of the Changeset.
        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 FinSpace Dataset where the Changeset is created.

        Parameters:
        datasetId - The unique identifier for the FinSpace Dataset where the Changeset is created.
      • getDatasetId

        public String getDatasetId()

        The unique identifier for the FinSpace Dataset where the Changeset is created.

        Returns:
        The unique identifier for the FinSpace Dataset where the Changeset is created.
      • withDatasetId

        public GetChangesetResult withDatasetId(String datasetId)

        The unique identifier for the FinSpace Dataset where the Changeset is created.

        Parameters:
        datasetId - The unique identifier for the FinSpace Dataset where the Changeset is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setChangeType

        public void setChangeType(String changeType)

        Type that indicates how a Changeset is applied to a Dataset.

        • REPLACE – Changeset is considered as a replacement to all prior loaded Changesets.

        • APPEND – Changeset is considered as an addition to the end of all prior loaded Changesets.

        • MODIFY – Changeset is considered as a replacement to a specific prior ingested Changeset.

        Parameters:
        changeType - Type that indicates how a Changeset is applied to a Dataset.

        • REPLACE – Changeset is considered as a replacement to all prior loaded Changesets.

        • APPEND – Changeset is considered as an addition to the end of all prior loaded Changesets.

        • MODIFY – Changeset is considered as a replacement to a specific prior ingested Changeset.

        See Also:
        ChangeType
      • getChangeType

        public String getChangeType()

        Type that indicates how a Changeset is applied to a Dataset.

        • REPLACE – Changeset is considered as a replacement to all prior loaded Changesets.

        • APPEND – Changeset is considered as an addition to the end of all prior loaded Changesets.

        • MODIFY – Changeset is considered as a replacement to a specific prior ingested Changeset.

        Returns:
        Type that indicates how a Changeset is applied to a Dataset.

        • REPLACE – Changeset is considered as a replacement to all prior loaded Changesets.

        • APPEND – Changeset is considered as an addition to the end of all prior loaded Changesets.

        • MODIFY – Changeset is considered as a replacement to a specific prior ingested Changeset.

        See Also:
        ChangeType
      • withChangeType

        public GetChangesetResult withChangeType(String changeType)

        Type that indicates how a Changeset is applied to a Dataset.

        • REPLACE – Changeset is considered as a replacement to all prior loaded Changesets.

        • APPEND – Changeset is considered as an addition to the end of all prior loaded Changesets.

        • MODIFY – Changeset is considered as a replacement to a specific prior ingested Changeset.

        Parameters:
        changeType - Type that indicates how a Changeset is applied to a Dataset.

        • REPLACE – Changeset is considered as a replacement to all prior loaded Changesets.

        • APPEND – Changeset is considered as an addition to the end of all prior loaded Changesets.

        • MODIFY – Changeset is considered as a replacement to a specific prior ingested Changeset.

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

        public GetChangesetResult withChangeType(ChangeType changeType)

        Type that indicates how a Changeset is applied to a Dataset.

        • REPLACE – Changeset is considered as a replacement to all prior loaded Changesets.

        • APPEND – Changeset is considered as an addition to the end of all prior loaded Changesets.

        • MODIFY – Changeset is considered as a replacement to a specific prior ingested Changeset.

        Parameters:
        changeType - Type that indicates how a Changeset is applied to a Dataset.

        • REPLACE – Changeset is considered as a replacement to all prior loaded Changesets.

        • APPEND – Changeset is considered as an addition to the end of all prior loaded Changesets.

        • MODIFY – Changeset is considered as a replacement to a specific prior ingested Changeset.

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

        public Map<String,String> getSourceParams()

        Options that define the location of the data being ingested.

        Returns:
        Options that define the location of the data being ingested.
      • setSourceParams

        public void setSourceParams(Map<String,String> sourceParams)

        Options that define the location of the data being ingested.

        Parameters:
        sourceParams - Options that define the location of the data being ingested.
      • withSourceParams

        public GetChangesetResult withSourceParams(Map<String,String> sourceParams)

        Options that define the location of the data being ingested.

        Parameters:
        sourceParams - Options that define the location of the data being ingested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearSourceParamsEntries

        public GetChangesetResult clearSourceParamsEntries()
        Removes all the entries added into SourceParams.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getFormatParams

        public Map<String,String> getFormatParams()

        Structure of the source file(s).

        Returns:
        Structure of the source file(s).
      • setFormatParams

        public void setFormatParams(Map<String,String> formatParams)

        Structure of the source file(s).

        Parameters:
        formatParams - Structure of the source file(s).
      • withFormatParams

        public GetChangesetResult withFormatParams(Map<String,String> formatParams)

        Structure of the source file(s).

        Parameters:
        formatParams - Structure of the source file(s).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearFormatParamsEntries

        public GetChangesetResult clearFormatParamsEntries()
        Removes all the entries added into FormatParams.
        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 Changeset 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 Changeset 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 Changeset 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 Changeset 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 GetChangesetResult withCreateTime(Long createTime)

        The timestamp at which the Changeset 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 Changeset 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.
      • setStatus

        public void setStatus(String status)

        The status of Changeset creation operation.

        Parameters:
        status - The status of Changeset creation operation.
        See Also:
        IngestionStatus
      • getStatus

        public String getStatus()

        The status of Changeset creation operation.

        Returns:
        The status of Changeset creation operation.
        See Also:
        IngestionStatus
      • withStatus

        public GetChangesetResult withStatus(String status)

        The status of Changeset creation operation.

        Parameters:
        status - The status of Changeset creation operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IngestionStatus
      • withStatus

        public GetChangesetResult withStatus(IngestionStatus status)

        The status of Changeset creation operation.

        Parameters:
        status - The status of Changeset creation operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IngestionStatus
      • setErrorInfo

        public void setErrorInfo(ChangesetErrorInfo errorInfo)

        The structure with error messages.

        Parameters:
        errorInfo - The structure with error messages.
      • getErrorInfo

        public ChangesetErrorInfo getErrorInfo()

        The structure with error messages.

        Returns:
        The structure with error messages.
      • withErrorInfo

        public GetChangesetResult withErrorInfo(ChangesetErrorInfo errorInfo)

        The structure with error messages.

        Parameters:
        errorInfo - The structure with error messages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setActiveUntilTimestamp

        public void setActiveUntilTimestamp(Long activeUntilTimestamp)

        Time until which the Changeset is active. 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:
        activeUntilTimestamp - Time until which the Changeset is active. 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.
      • getActiveUntilTimestamp

        public Long getActiveUntilTimestamp()

        Time until which the Changeset is active. 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 until which the Changeset is active. 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.
      • withActiveUntilTimestamp

        public GetChangesetResult withActiveUntilTimestamp(Long activeUntilTimestamp)

        Time until which the Changeset is active. 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:
        activeUntilTimestamp - Time until which the Changeset is active. 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.
      • setActiveFromTimestamp

        public void setActiveFromTimestamp(Long activeFromTimestamp)

        Beginning time from which the Changeset is active. 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:
        activeFromTimestamp - Beginning time from which the Changeset is active. 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.
      • getActiveFromTimestamp

        public Long getActiveFromTimestamp()

        Beginning time from which the Changeset is active. 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 from which the Changeset is active. 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.
      • withActiveFromTimestamp

        public GetChangesetResult withActiveFromTimestamp(Long activeFromTimestamp)

        Beginning time from which the Changeset is active. 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:
        activeFromTimestamp - Beginning time from which the Changeset is active. 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.
      • setUpdatesChangesetId

        public void setUpdatesChangesetId(String updatesChangesetId)

        The unique identifier of the Changeset that is being updated.

        Parameters:
        updatesChangesetId - The unique identifier of the Changeset that is being updated.
      • getUpdatesChangesetId

        public String getUpdatesChangesetId()

        The unique identifier of the Changeset that is being updated.

        Returns:
        The unique identifier of the Changeset that is being updated.
      • withUpdatesChangesetId

        public GetChangesetResult withUpdatesChangesetId(String updatesChangesetId)

        The unique identifier of the Changeset that is being updated.

        Parameters:
        updatesChangesetId - The unique identifier of the Changeset that is being updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUpdatedByChangesetId

        public void setUpdatedByChangesetId(String updatedByChangesetId)

        The unique identifier of the updated Changeset.

        Parameters:
        updatedByChangesetId - The unique identifier of the updated Changeset.
      • getUpdatedByChangesetId

        public String getUpdatedByChangesetId()

        The unique identifier of the updated Changeset.

        Returns:
        The unique identifier of the updated Changeset.
      • withUpdatedByChangesetId

        public GetChangesetResult withUpdatedByChangesetId(String updatedByChangesetId)

        The unique identifier of the updated Changeset.

        Parameters:
        updatedByChangesetId - The unique identifier of the updated Changeset.
        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 によって変換されたページ (->オリジナル) /