Interface DataSourceSummary.Builder

    • Method Detail

      • arn

        DataSourceSummary.Builder arn​(String arn)

        The arn of the datasource.

        Parameters:
        arn - The arn of the datasource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataSourceId

        DataSourceSummary.Builder dataSourceId​(String dataSourceId)

        The unique ID of the data source.

        Parameters:
        dataSourceId - The unique ID of the data source.
        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.
      • createdTime

        DataSourceSummary.Builder createdTime​(Instant createdTime)

        The date and time that the data source was created. This value is expressed in MM-DD-YYYY HH:MM:SS format.

        Parameters:
        createdTime - The date and time that the data source was created. This value is expressed in MM-DD-YYYY HH:MM:SS format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedTime

        DataSourceSummary.Builder lastUpdatedTime​(Instant lastUpdatedTime)

        The date and time the data source was last updated. This value is expressed in MM-DD-YYYY HH:MM:SS format.

        Parameters:
        lastUpdatedTime - The date and time the data source was last updated. This value is expressed in MM-DD-YYYY HH:MM:SS format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.