JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

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

Class GetDataSourceRunResult

    • Constructor Detail

      • GetDataSourceRunResult

        public GetDataSourceRunResult()
    • Method Detail

      • setCreatedAt

        public void setCreatedAt(Date createdAt)

        The timestamp of when the data source run was created.

        Parameters:
        createdAt - The timestamp of when the data source run was created.
      • getCreatedAt

        public Date getCreatedAt()

        The timestamp of when the data source run was created.

        Returns:
        The timestamp of when the data source run was created.
      • withCreatedAt

        public GetDataSourceRunResult withCreatedAt(Date createdAt)

        The timestamp of when the data source run was created.

        Parameters:
        createdAt - The timestamp of when the data source run was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDataSourceConfigurationSnapshot

        public void setDataSourceConfigurationSnapshot(String dataSourceConfigurationSnapshot)

        The configuration snapshot of the data source run.

        Parameters:
        dataSourceConfigurationSnapshot - The configuration snapshot of the data source run.
      • getDataSourceConfigurationSnapshot

        public String getDataSourceConfigurationSnapshot()

        The configuration snapshot of the data source run.

        Returns:
        The configuration snapshot of the data source run.
      • withDataSourceConfigurationSnapshot

        public GetDataSourceRunResult withDataSourceConfigurationSnapshot(String dataSourceConfigurationSnapshot)

        The configuration snapshot of the data source run.

        Parameters:
        dataSourceConfigurationSnapshot - The configuration snapshot of the data source run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDataSourceId

        public void setDataSourceId(String dataSourceId)

        The ID of the data source for this data source run.

        Parameters:
        dataSourceId - The ID of the data source for this data source run.
      • getDataSourceId

        public String getDataSourceId()

        The ID of the data source for this data source run.

        Returns:
        The ID of the data source for this data source run.
      • withDataSourceId

        public GetDataSourceRunResult withDataSourceId(String dataSourceId)

        The ID of the data source for this data source run.

        Parameters:
        dataSourceId - The ID of the data source for this data source run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDomainId

        public void setDomainId(String domainId)

        The ID of the domain in which this data source run was performed.

        Parameters:
        domainId - The ID of the domain in which this data source run was performed.
      • getDomainId

        public String getDomainId()

        The ID of the domain in which this data source run was performed.

        Returns:
        The ID of the domain in which this data source run was performed.
      • withDomainId

        public GetDataSourceRunResult withDomainId(String domainId)

        The ID of the domain in which this data source run was performed.

        Parameters:
        domainId - The ID of the domain in which this data source run was performed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setErrorMessage

        public void setErrorMessage(DataSourceErrorMessage errorMessage)

        Specifies the error message that is returned if the operation cannot be successfully completed.

        Parameters:
        errorMessage - Specifies the error message that is returned if the operation cannot be successfully completed.
      • getErrorMessage

        public DataSourceErrorMessage getErrorMessage()

        Specifies the error message that is returned if the operation cannot be successfully completed.

        Returns:
        Specifies the error message that is returned if the operation cannot be successfully completed.
      • withErrorMessage

        public GetDataSourceRunResult withErrorMessage(DataSourceErrorMessage errorMessage)

        Specifies the error message that is returned if the operation cannot be successfully completed.

        Parameters:
        errorMessage - Specifies the error message that is returned if the operation cannot be successfully completed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setId

        public void setId(String id)

        The ID of the data source run.

        Parameters:
        id - The ID of the data source run.
      • getId

        public String getId()

        The ID of the data source run.

        Returns:
        The ID of the data source run.
      • withId

        public GetDataSourceRunResult withId(String id)

        The ID of the data source run.

        Parameters:
        id - The ID of the data source run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setProjectId

        public void setProjectId(String projectId)

        The ID of the project in which this data source run occured.

        Parameters:
        projectId - The ID of the project in which this data source run occured.
      • getProjectId

        public String getProjectId()

        The ID of the project in which this data source run occured.

        Returns:
        The ID of the project in which this data source run occured.
      • withProjectId

        public GetDataSourceRunResult withProjectId(String projectId)

        The ID of the project in which this data source run occured.

        Parameters:
        projectId - The ID of the project in which this data source run occured.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRunStatisticsForAssets

        public void setRunStatisticsForAssets(RunStatisticsForAssets runStatisticsForAssets)

        The asset statistics from this data source run.

        Parameters:
        runStatisticsForAssets - The asset statistics from this data source run.
      • getRunStatisticsForAssets

        public RunStatisticsForAssets getRunStatisticsForAssets()

        The asset statistics from this data source run.

        Returns:
        The asset statistics from this data source run.
      • withRunStatisticsForAssets

        public GetDataSourceRunResult withRunStatisticsForAssets(RunStatisticsForAssets runStatisticsForAssets)

        The asset statistics from this data source run.

        Parameters:
        runStatisticsForAssets - The asset statistics from this data source run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStartedAt

        public void setStartedAt(Date startedAt)

        The timestamp of when this data source run started.

        Parameters:
        startedAt - The timestamp of when this data source run started.
      • getStartedAt

        public Date getStartedAt()

        The timestamp of when this data source run started.

        Returns:
        The timestamp of when this data source run started.
      • withStartedAt

        public GetDataSourceRunResult withStartedAt(Date startedAt)

        The timestamp of when this data source run started.

        Parameters:
        startedAt - The timestamp of when this data source run started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The status of this data source run.

        Parameters:
        status - The status of this data source run.
        See Also:
        DataSourceRunStatus
      • getStatus

        public String getStatus()

        The status of this data source run.

        Returns:
        The status of this data source run.
        See Also:
        DataSourceRunStatus
      • withStatus

        public GetDataSourceRunResult withStatus(String status)

        The status of this data source run.

        Parameters:
        status - The status of this data source run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DataSourceRunStatus
      • setStoppedAt

        public void setStoppedAt(Date stoppedAt)

        The timestamp of when this data source run stopped.

        Parameters:
        stoppedAt - The timestamp of when this data source run stopped.
      • getStoppedAt

        public Date getStoppedAt()

        The timestamp of when this data source run stopped.

        Returns:
        The timestamp of when this data source run stopped.
      • withStoppedAt

        public GetDataSourceRunResult withStoppedAt(Date stoppedAt)

        The timestamp of when this data source run stopped.

        Parameters:
        stoppedAt - The timestamp of when this data source run stopped.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setType

        public void setType(String type)

        The type of this data source run.

        Parameters:
        type - The type of this data source run.
        See Also:
        DataSourceRunType
      • getType

        public String getType()

        The type of this data source run.

        Returns:
        The type of this data source run.
        See Also:
        DataSourceRunType
      • withType

        public GetDataSourceRunResult withType(String type)

        The type of this data source run.

        Parameters:
        type - The type of this data source run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DataSourceRunType
      • setUpdatedAt

        public void setUpdatedAt(Date updatedAt)

        The timestamp of when this data source run was updated.

        Parameters:
        updatedAt - The timestamp of when this data source run was updated.
      • getUpdatedAt

        public Date getUpdatedAt()

        The timestamp of when this data source run was updated.

        Returns:
        The timestamp of when this data source run was updated.
      • withUpdatedAt

        public GetDataSourceRunResult withUpdatedAt(Date updatedAt)

        The timestamp of when this data source run was updated.

        Parameters:
        updatedAt - The timestamp of when this data source run was updated.
        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 によって変換されたページ (->オリジナル) /