Interface SearchSchemasRequest.Builder

    • Method Detail

      • keywords

        SearchSchemasRequest.Builder keywords​(String keywords)

        Specifying this limits the results to only schemas that include the provided keywords.

        Parameters:
        keywords - Specifying this limits the results to only schemas that include the provided keywords.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • limit

        SearchSchemasRequest.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

        SearchSchemasRequest.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.
      • registryName

        SearchSchemasRequest.Builder registryName​(String registryName)

        The name of the registry.

        Parameters:
        registryName - The name of the registry.
        Returns:
        Returns a reference to this object so that method calls can be chained together.