Interface ListRegistriesRequest.Builder

    • Method Detail

      • limit

        ListRegistriesRequest.Builder limit​(Integer limit)
        Sets the value of the Limit property for this object.
        Parameters:
        limit - The new value for the Limit property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListRegistriesRequest.Builder nextToken​(String nextToken)

        The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.

        Parameters:
        nextToken - The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • registryNamePrefix

        ListRegistriesRequest.Builder registryNamePrefix​(String registryNamePrefix)

        Specifying this limits the results to only those registry names that start with the specified prefix.

        Parameters:
        registryNamePrefix - Specifying this limits the results to only those registry names that start with the specified prefix.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scope

        ListRegistriesRequest.Builder scope​(String scope)

        Can be set to Local or AWS to limit responses to your custom registries, or the ones provided by AWS.

        Parameters:
        scope - Can be set to Local or AWS to limit responses to your custom registries, or the ones provided by AWS.
        Returns:
        Returns a reference to this object so that method calls can be chained together.