Interface DataSourceSummary.Builder

    • Method Detail

      • createdAt

        DataSourceSummary.Builder createdAt​(Instant 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.
      • dataSourceId

        DataSourceSummary.Builder dataSourceId​(String dataSourceId)

        The ID of the data source.

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

        DataSourceSummary.Builder domainId​(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.
      • enableSetting

        DataSourceSummary.Builder enableSetting​(String enableSetting)

        Specifies whether the data source is enabled.

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

        DataSourceSummary.Builder enableSetting​(EnableSetting enableSetting)

        Specifies whether the data source is enabled.

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

        DataSourceSummary.Builder environmentId​(String environmentId)

        The ID of the environment in which the data source exists.

        Parameters:
        environmentId - The ID of the environment in which the data source exists.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastRunAssetCount

        DataSourceSummary.Builder lastRunAssetCount​(Integer lastRunAssetCount)

        The count of the assets created during the last data source run.

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

        DataSourceSummary.Builder lastRunAt​(Instant lastRunAt)

        The timestamp of when the data source run was last performed.

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

        DataSourceSummary.Builder lastRunErrorMessage​(DataSourceErrorMessage lastRunErrorMessage)
        Sets the value of the LastRunErrorMessage property for this object.
        Parameters:
        lastRunErrorMessage - The new value for the LastRunErrorMessage property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        DataSourceSummary.Builder name​(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.
      • schedule

        DataSourceSummary.Builder schedule​(ScheduleConfiguration schedule)
        Sets the value of the Schedule property for this object.
        Parameters:
        schedule - The new value for the Schedule property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        DataSourceSummary.Builder type​(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.
      • updatedAt

        DataSourceSummary.Builder updatedAt​(Instant 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.