Interface ListRegistriesResponse.Builder

    • Method Detail

      • registries

        ListRegistriesResponse.Builder registries​(Collection<RegistryListItem> registries)

        An array of RegistryDetailedListItem objects containing minimal details of each registry.

        Parameters:
        registries - An array of RegistryDetailedListItem objects containing minimal details of each registry.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • registries

        ListRegistriesResponse.Builder registries​(RegistryListItem... registries)

        An array of RegistryDetailedListItem objects containing minimal details of each registry.

        Parameters:
        registries - An array of RegistryDetailedListItem objects containing minimal details of each registry.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListRegistriesResponse.Builder nextToken​(String nextToken)

        A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

        Parameters:
        nextToken - A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
        Returns:
        Returns a reference to this object so that method calls can be chained together.