Interface SearchSchemasResponse.Builder

    • Method Detail

      • nextToken

        SearchSchemasResponse.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.
      • schemas

        SearchSchemasResponse.Builder schemas​(Collection<SearchSchemaSummary> schemas)

        An array of SearchSchemaSummary information.

        Parameters:
        schemas - An array of SearchSchemaSummary information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • schemas

        SearchSchemasResponse.Builder schemas​(SearchSchemaSummary... schemas)

        An array of SearchSchemaSummary information.

        Parameters:
        schemas - An array of SearchSchemaSummary information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.