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 StartDataSourceRunResult

    • Constructor Detail

      • StartDataSourceRunResult

        public StartDataSourceRunResult()
    • Method Detail

      • setCreatedAt

        public void setCreatedAt(Date createdAt)

        The timestamp of when data source run was created.

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

        public Date getCreatedAt()

        The timestamp of when data source run was created.

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

        public StartDataSourceRunResult withCreatedAt(Date createdAt)

        The timestamp of when data source run was created.

        Parameters:
        createdAt - The timestamp of when 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 that is being run.

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

        public String getDataSourceConfigurationSnapshot()

        The configuration snapshot of the data source that is being run.

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

        public StartDataSourceRunResult withDataSourceConfigurationSnapshot(String dataSourceConfigurationSnapshot)

        The configuration snapshot of the data source that is being run.

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

        public void setDataSourceId(String dataSourceId)

        The identifier of the data source.

        Parameters:
        dataSourceId - The identifier of the data source.
      • getDataSourceId

        public String getDataSourceId()

        The identifier of the data source.

        Returns:
        The identifier of the data source.
      • withDataSourceId

        public StartDataSourceRunResult withDataSourceId(String dataSourceId)

        The identifier of the data source.

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

        public void setDomainId(String domainId)

        The identifier of the Amazon DataZone domain in which to start a data source run.

        Parameters:
        domainId - The identifier of the Amazon DataZone domain in which to start a data source run.
      • getDomainId

        public String getDomainId()

        The identifier of the Amazon DataZone domain in which to start a data source run.

        Returns:
        The identifier of the Amazon DataZone domain in which to start a data source run.
      • withDomainId

        public StartDataSourceRunResult withDomainId(String domainId)

        The identifier of the Amazon DataZone domain in which to start a data source run.

        Parameters:
        domainId - The identifier of the Amazon DataZone domain in which to start a data source run.
        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 StartDataSourceRunResult 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 identifier of the data source run.

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

        public String getId()

        The identifier of the data source run.

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

        public StartDataSourceRunResult withId(String id)

        The identifier of the data source run.

        Parameters:
        id - The identifier 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 identifier of the project.

        Parameters:
        projectId - The identifier of the project.
      • getProjectId

        public String getProjectId()

        The identifier of the project.

        Returns:
        The identifier of the project.
      • withProjectId

        public StartDataSourceRunResult withProjectId(String projectId)

        The identifier of the project.

        Parameters:
        projectId - The identifier of the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRunStatisticsForAssets

        public void setRunStatisticsForAssets(RunStatisticsForAssets runStatisticsForAssets)

        Specifies run statistics for assets.

        Parameters:
        runStatisticsForAssets - Specifies run statistics for assets.
      • getRunStatisticsForAssets

        public RunStatisticsForAssets getRunStatisticsForAssets()

        Specifies run statistics for assets.

        Returns:
        Specifies run statistics for assets.
      • withRunStatisticsForAssets

        public StartDataSourceRunResult withRunStatisticsForAssets(RunStatisticsForAssets runStatisticsForAssets)

        Specifies run statistics for assets.

        Parameters:
        runStatisticsForAssets - Specifies run statistics for assets.
        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 the data source run was started.

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

        public Date getStartedAt()

        The timestamp of when the data source run was started.

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

        public StartDataSourceRunResult withStartedAt(Date startedAt)

        The timestamp of when the data source run was started.

        Parameters:
        startedAt - The timestamp of when the data source run was 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 the data source run.

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

        public String getStatus()

        The status of the data source run.

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

        public StartDataSourceRunResult withStatus(String status)

        The status of the data source run.

        Parameters:
        status - The status of the 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 the data source run was stopped.

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

        public Date getStoppedAt()

        The timestamp of when the data source run was stopped.

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

        public StartDataSourceRunResult withStoppedAt(Date stoppedAt)

        The timestamp of when the data source run was stopped.

        Parameters:
        stoppedAt - The timestamp of when the data source run was 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 the data source run.

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

        public String getType()

        The type of the data source run.

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

        public StartDataSourceRunResult withType(String type)

        The type of the data source run.

        Parameters:
        type - The type of the 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 the data source run was updated.

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

        public Date getUpdatedAt()

        The timestamp of when the data source run was updated.

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

        public StartDataSourceRunResult withUpdatedAt(Date updatedAt)

        The timestamp of when the data source run was updated.

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