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 GetDataSourceResult

    • Constructor Detail

      • GetDataSourceResult

        public GetDataSourceResult()
    • Method Detail

      • getAssetFormsOutput

        public List<FormOutput> getAssetFormsOutput()

        The metadata forms attached to the assets created by this data source.

        Returns:
        The metadata forms attached to the assets created by this data source.
      • setAssetFormsOutput

        public void setAssetFormsOutput(Collection<FormOutput> assetFormsOutput)

        The metadata forms attached to the assets created by this data source.

        Parameters:
        assetFormsOutput - The metadata forms attached to the assets created by this data source.
      • withAssetFormsOutput

        public GetDataSourceResult withAssetFormsOutput(FormOutput... assetFormsOutput)

        The metadata forms attached to the assets created by this data source.

        NOTE: This method appends the values to the existing list (if any). Use setAssetFormsOutput(java.util.Collection) or withAssetFormsOutput(java.util.Collection) if you want to override the existing values.

        Parameters:
        assetFormsOutput - The metadata forms attached to the assets created by this data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withAssetFormsOutput

        public GetDataSourceResult withAssetFormsOutput(Collection<FormOutput> assetFormsOutput)

        The metadata forms attached to the assets created by this data source.

        Parameters:
        assetFormsOutput - The metadata forms attached to the assets created by this data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setConfiguration

        public void setConfiguration(DataSourceConfigurationOutput configuration)

        The configuration of the data source.

        Parameters:
        configuration - The configuration of the data source.
      • getConfiguration

        public DataSourceConfigurationOutput getConfiguration()

        The configuration of the data source.

        Returns:
        The configuration of the data source.
      • withConfiguration

        public GetDataSourceResult withConfiguration(DataSourceConfigurationOutput configuration)

        The configuration of the data source.

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

        public void setCreatedAt(Date createdAt)

        The timestamp of when the data source was created.

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

        public Date getCreatedAt()

        The timestamp of when the data source was created.

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

        public GetDataSourceResult withCreatedAt(Date createdAt)

        The timestamp of when the data source was created.

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

        public void setDescription(String description)

        The description of the data source.

        Parameters:
        description - The description of the data source.
      • getDescription

        public String getDescription()

        The description of the data source.

        Returns:
        The description of the data source.
      • withDescription

        public GetDataSourceResult withDescription(String description)

        The description of the data source.

        Parameters:
        description - The description 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 ID of the Amazon DataZone domain in which the data source exists.

        Parameters:
        domainId - The ID of the Amazon DataZone domain in which the data source exists.
      • getDomainId

        public String getDomainId()

        The ID of the Amazon DataZone domain in which the data source exists.

        Returns:
        The ID of the Amazon DataZone domain in which the data source exists.
      • withDomainId

        public GetDataSourceResult withDomainId(String domainId)

        The ID of the Amazon DataZone domain in which the data source exists.

        Parameters:
        domainId - The ID of the Amazon DataZone domain in which the data source exists.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEnableSetting

        public void setEnableSetting(String enableSetting)

        Specifies whether this data source is enabled or not.

        Parameters:
        enableSetting - Specifies whether this data source is enabled or not.
        See Also:
        EnableSetting
      • getEnableSetting

        public String getEnableSetting()

        Specifies whether this data source is enabled or not.

        Returns:
        Specifies whether this data source is enabled or not.
        See Also:
        EnableSetting
      • withEnableSetting

        public GetDataSourceResult withEnableSetting(String enableSetting)

        Specifies whether this data source is enabled or not.

        Parameters:
        enableSetting - Specifies whether this data source is enabled or not.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EnableSetting
      • withEnableSetting

        public GetDataSourceResult withEnableSetting(EnableSetting enableSetting)

        Specifies whether this data source is enabled or not.

        Parameters:
        enableSetting - Specifies whether this data source is enabled or not.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EnableSetting
      • setEnvironmentId

        public void setEnvironmentId(String environmentId)

        The ID of the environment where this data source creates and publishes assets,

        Parameters:
        environmentId - The ID of the environment where this data source creates and publishes assets,
      • getEnvironmentId

        public String getEnvironmentId()

        The ID of the environment where this data source creates and publishes assets,

        Returns:
        The ID of the environment where this data source creates and publishes assets,
      • withEnvironmentId

        public GetDataSourceResult withEnvironmentId(String environmentId)

        The ID of the environment where this data source creates and publishes assets,

        Parameters:
        environmentId - The ID of the environment where this data source creates and publishes assets,
        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 GetDataSourceResult 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.

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

        public String getId()

        The ID of the data source.

        Returns:
        The ID of the data source.
      • withId

        public GetDataSourceResult withId(String id)

        The ID of the data source.

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

        public void setLastRunAssetCount(Integer lastRunAssetCount)

        The number of assets created by the data source during its last run.

        Parameters:
        lastRunAssetCount - The number of assets created by the data source during its last run.
      • getLastRunAssetCount

        public Integer getLastRunAssetCount()

        The number of assets created by the data source during its last run.

        Returns:
        The number of assets created by the data source during its last run.
      • withLastRunAssetCount

        public GetDataSourceResult withLastRunAssetCount(Integer lastRunAssetCount)

        The number of assets created by the data source during its last run.

        Parameters:
        lastRunAssetCount - The number of assets created by the data source during its last run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastRunAt

        public void setLastRunAt(Date lastRunAt)

        The timestamp of the last run of the data source.

        Parameters:
        lastRunAt - The timestamp of the last run of the data source.
      • getLastRunAt

        public Date getLastRunAt()

        The timestamp of the last run of the data source.

        Returns:
        The timestamp of the last run of the data source.
      • withLastRunAt

        public GetDataSourceResult withLastRunAt(Date lastRunAt)

        The timestamp of the last run of the data source.

        Parameters:
        lastRunAt - The timestamp of the last run of the data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastRunErrorMessage

        public void setLastRunErrorMessage(DataSourceErrorMessage lastRunErrorMessage)

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

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

        public DataSourceErrorMessage getLastRunErrorMessage()

        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.
      • withLastRunErrorMessage

        public GetDataSourceResult withLastRunErrorMessage(DataSourceErrorMessage lastRunErrorMessage)

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

        Parameters:
        lastRunErrorMessage - 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.
      • setLastRunStatus

        public void setLastRunStatus(String lastRunStatus)

        The status of the last run of the data source.

        Parameters:
        lastRunStatus - The status of the last run of the data source.
        See Also:
        DataSourceRunStatus
      • getLastRunStatus

        public String getLastRunStatus()

        The status of the last run of the data source.

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

        public GetDataSourceResult withLastRunStatus(String lastRunStatus)

        The status of the last run of the data source.

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

        public GetDataSourceResult withLastRunStatus(DataSourceRunStatus lastRunStatus)

        The status of the last run of the data source.

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

        public void setName(String name)

        The name of the data source.

        Parameters:
        name - The name of the data source.
      • getName

        public String getName()

        The name of the data source.

        Returns:
        The name of the data source.
      • withName

        public GetDataSourceResult withName(String name)

        The name of the data source.

        Parameters:
        name - The name of the data source.
        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 where the data source creates and publishes assets.

        Parameters:
        projectId - The ID of the project where the data source creates and publishes assets.
      • getProjectId

        public String getProjectId()

        The ID of the project where the data source creates and publishes assets.

        Returns:
        The ID of the project where the data source creates and publishes assets.
      • withProjectId

        public GetDataSourceResult withProjectId(String projectId)

        The ID of the project where the data source creates and publishes assets.

        Parameters:
        projectId - The ID of the project where the data source creates and publishes assets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPublishOnImport

        public void setPublishOnImport(Boolean publishOnImport)

        Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.

        Parameters:
        publishOnImport - Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.
      • getPublishOnImport

        public Boolean getPublishOnImport()

        Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.

        Returns:
        Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.
      • withPublishOnImport

        public GetDataSourceResult withPublishOnImport(Boolean publishOnImport)

        Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.

        Parameters:
        publishOnImport - Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isPublishOnImport

        public Boolean isPublishOnImport()

        Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.

        Returns:
        Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.
      • setRecommendation

        public void setRecommendation(RecommendationConfiguration recommendation)

        The recommendation configuration of the data source.

        Parameters:
        recommendation - The recommendation configuration of the data source.
      • getRecommendation

        public RecommendationConfiguration getRecommendation()

        The recommendation configuration of the data source.

        Returns:
        The recommendation configuration of the data source.
      • withRecommendation

        public GetDataSourceResult withRecommendation(RecommendationConfiguration recommendation)

        The recommendation configuration of the data source.

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

        public void setSchedule(ScheduleConfiguration schedule)

        The schedule of the data source runs.

        Parameters:
        schedule - The schedule of the data source runs.
      • getSchedule

        public ScheduleConfiguration getSchedule()

        The schedule of the data source runs.

        Returns:
        The schedule of the data source runs.
      • withSchedule

        public GetDataSourceResult withSchedule(ScheduleConfiguration schedule)

        The schedule of the data source runs.

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

        public void setSelfGrantStatus(SelfGrantStatusOutput selfGrantStatus)

        Specifies the status of the self-granting functionality.

        Parameters:
        selfGrantStatus - Specifies the status of the self-granting functionality.
      • getSelfGrantStatus

        public SelfGrantStatusOutput getSelfGrantStatus()

        Specifies the status of the self-granting functionality.

        Returns:
        Specifies the status of the self-granting functionality.
      • withSelfGrantStatus

        public GetDataSourceResult withSelfGrantStatus(SelfGrantStatusOutput selfGrantStatus)

        Specifies the status of the self-granting functionality.

        Parameters:
        selfGrantStatus - Specifies the status of the self-granting functionality.
        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.

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

        public String getStatus()

        The status of the data source.

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

        public GetDataSourceResult withStatus(String status)

        The status of the data source.

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

        public GetDataSourceResult withStatus(DataSourceStatus status)

        The status of the data source.

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

        public void setType(String type)

        The type of the data source.

        Parameters:
        type - The type of the data source.
      • getType

        public String getType()

        The type of the data source.

        Returns:
        The type of the data source.
      • withType

        public GetDataSourceResult withType(String type)

        The type of the data source.

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

        public void setUpdatedAt(Date updatedAt)

        The timestamp of when the data source was updated.

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

        public Date getUpdatedAt()

        The timestamp of when the data source was updated.

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

        public GetDataSourceResult withUpdatedAt(Date updatedAt)

        The timestamp of when the data source was updated.

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