Interface GetAdapterResponse.Builder

    • Method Detail

      • adapterId

        GetAdapterResponse.Builder adapterId​(String adapterId)

        A string identifying the adapter that information has been retrieved for.

        Parameters:
        adapterId - A string identifying the adapter that information has been retrieved for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • adapterName

        GetAdapterResponse.Builder adapterName​(String adapterName)

        The name of the requested adapter.

        Parameters:
        adapterName - The name of the requested adapter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        GetAdapterResponse.Builder creationTime​(Instant creationTime)

        The date and time the requested adapter was created at.

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

        GetAdapterResponse.Builder description​(String description)

        The description for the requested adapter.

        Parameters:
        description - The description for the requested adapter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • featureTypesWithStrings

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

        List of the targeted feature types for the requested adapter.

        Parameters:
        featureTypes - List of the targeted feature types for the requested adapter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • featureTypesWithStrings

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

        List of the targeted feature types for the requested adapter.

        Parameters:
        featureTypes - List of the targeted feature types for the requested adapter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • featureTypes

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

        List of the targeted feature types for the requested adapter.

        Parameters:
        featureTypes - List of the targeted feature types for the requested adapter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • featureTypes

        GetAdapterResponse.Builder featureTypes​(FeatureType... featureTypes)

        List of the targeted feature types for the requested adapter.

        Parameters:
        featureTypes - List of the targeted feature types for the requested adapter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • autoUpdate

        GetAdapterResponse.Builder autoUpdate​(String autoUpdate)

        Binary value indicating if the adapter is being automatically updated or not.

        Parameters:
        autoUpdate - Binary value indicating if the adapter is being automatically updated or not.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AutoUpdate, AutoUpdate
      • autoUpdate

        GetAdapterResponse.Builder autoUpdate​(AutoUpdate autoUpdate)

        Binary value indicating if the adapter is being automatically updated or not.

        Parameters:
        autoUpdate - Binary value indicating if the adapter is being automatically updated or not.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AutoUpdate, AutoUpdate
      • tags

        GetAdapterResponse.Builder tags​(Map<String,​String> tags)

        A set of tags (key-value pairs) associated with the adapter that has been retrieved.

        Parameters:
        tags - A set of tags (key-value pairs) associated with the adapter that has been retrieved.
        Returns:
        Returns a reference to this object so that method calls can be chained together.