Interface ListSchemasResponse.Builder

    • Method Detail

      • schemas

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

        An array of SchemaListItem objects containing details of each schema.

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

        ListSchemasResponse.Builder schemas​(SchemaListItem... schemas)

        An array of SchemaListItem objects containing details of each schema.

        Parameters:
        schemas - An array of SchemaListItem objects containing details of each schema.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSchemasResponse.Builder nextToken​(String nextToken)

        A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

        Parameters:
        nextToken - A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
        Returns:
        Returns a reference to this object so that method calls can be chained together.