Interface AdapterOverview.Builder

    • Method Detail

      • adapterId

        AdapterOverview.Builder adapterId​(String adapterId)

        A unique identifier for the adapter resource.

        Parameters:
        adapterId - A unique identifier for the adapter resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • adapterName

        AdapterOverview.Builder adapterName​(String adapterName)

        A string naming the adapter resource.

        Parameters:
        adapterName - A string naming the adapter resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        AdapterOverview.Builder creationTime​(Instant creationTime)

        The date and time that the adapter was created.

        Parameters:
        creationTime - The date and time that the adapter was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • featureTypesWithStrings

        AdapterOverview.Builder featureTypesWithStrings​(Collection<String> featureTypes)

        The feature types that the adapter is operating on.

        Parameters:
        featureTypes - The feature types that the adapter is operating on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • featureTypesWithStrings

        AdapterOverview.Builder featureTypesWithStrings​(String... featureTypes)

        The feature types that the adapter is operating on.

        Parameters:
        featureTypes - The feature types that the adapter is operating on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • featureTypes

        AdapterOverview.Builder featureTypes​(Collection<FeatureType> featureTypes)

        The feature types that the adapter is operating on.

        Parameters:
        featureTypes - The feature types that the adapter is operating on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • featureTypes

        AdapterOverview.Builder featureTypes​(FeatureType... featureTypes)

        The feature types that the adapter is operating on.

        Parameters:
        featureTypes - The feature types that the adapter is operating on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.