Interface ListSchemaVersionsResponse.Builder

    • Method Detail

      • schemas

        ListSchemaVersionsResponse.Builder schemas​(Collection<SchemaVersionListItem> schemas)

        An array of SchemaVersionList objects containing details of each schema version.

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

        ListSchemaVersionsResponse.Builder schemas​(SchemaVersionListItem... schemas)

        An array of SchemaVersionList objects containing details of each schema version.

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

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