Interface CreateAdapterVersionResponse.Builder

    • Method Detail

      • adapterId

        CreateAdapterVersionResponse.Builder adapterId​(String adapterId)

        A string containing the unique ID for the adapter that has received a new version.

        Parameters:
        adapterId - A string containing the unique ID for the adapter that has received a new version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • adapterVersion

        CreateAdapterVersionResponse.Builder adapterVersion​(String adapterVersion)

        A string describing the new version of the adapter.

        Parameters:
        adapterVersion - A string describing the new version of the adapter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.