Interface ListSchemaVersionsRequest.Builder

    • Method Detail

      • schemaId

        ListSchemaVersionsRequest.Builder schemaId​(SchemaId schemaId)

        This is a wrapper structure to contain schema identity fields. The structure contains:

        • SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either SchemaArn or SchemaName and RegistryName has to be provided.

        • SchemaId$SchemaName: The name of the schema. Either SchemaArn or SchemaName and RegistryName has to be provided.

        Parameters:
        schemaId - This is a wrapper structure to contain schema identity fields. The structure contains:

        • SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either SchemaArn or SchemaName and RegistryName has to be provided.

        • SchemaId$SchemaName: The name of the schema. Either SchemaArn or SchemaName and RegistryName has to be provided.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • schemaId

        default ListSchemaVersionsRequest.Builder schemaId​(Consumer<SchemaId.Builder> schemaId)

        This is a wrapper structure to contain schema identity fields. The structure contains:

        • SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either SchemaArn or SchemaName and RegistryName has to be provided.

        • SchemaId$SchemaName: The name of the schema. Either SchemaArn or SchemaName and RegistryName has to be provided.

        This is a convenience method that creates an instance of the SchemaId.Builder avoiding the need to create one manually via SchemaId.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to schemaId(SchemaId).

        Parameters:
        schemaId - a consumer that will call methods on SchemaId.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        schemaId(SchemaId)
      • maxResults

        ListSchemaVersionsRequest.Builder maxResults​(Integer maxResults)

        Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.

        Parameters:
        maxResults - Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSchemaVersionsRequest.Builder nextToken​(String nextToken)

        A continuation token, if this is a continuation call.

        Parameters:
        nextToken - A continuation token, if this is a continuation call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.