Interface ListSchemaVersionsResponse.Builder

    • Method Detail

      • nextToken

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

        ListSchemaVersionsResponse.Builder schemaVersions​(SchemaVersionSummary... schemaVersions)

        An array of schema version summaries.

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