Interface ListSchemasResponse.Builder

    • Method Detail

      • nextToken

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

        ListSchemasResponse.Builder schemas​(Collection<SchemaSummary> schemas)

        An array of schema summaries.

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

        ListSchemasResponse.Builder schemas​(SchemaSummary... schemas)

        An array of schema summaries.

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