Interface DescribeRegistriesResponse.Builder

  • Method Details

    • registries

      An object that contains the details for a public registry.

      Parameters:
      registries - An object that contains the details for a public registry.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • registries

      DescribeRegistriesResponse.Builder registries(Registry... registries)

      An object that contains the details for a public registry.

      Parameters:
      registries - An object that contains the details for a public registry.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • registries

      An object that contains the details for a public registry.

      This is a convenience method that creates an instance of the Registry.Builder avoiding the need to create one manually via Registry.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to registries(List<Registry>).

      Parameters:
      registries - a consumer that will call methods on Registry.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      The nextToken value to include in a future DescribeRepositories request. If the results of a DescribeRepositories request exceed maxResults, you can use this value to retrieve the next page of results. If there are no more results, this value is null.

      Parameters:
      nextToken - The nextToken value to include in a future DescribeRepositories request. If the results of a DescribeRepositories request exceed maxResults, you can use this value to retrieve the next page of results. If there are no more results, this value is null.
      Returns:
      Returns a reference to this object so that method calls can be chained together.