Interface ListSchemasResponse.Builder

  • Method Details

    • 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

      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

      An array of SchemaListItem objects containing details of each schema.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to schemas(List<SchemaListItem>).

      Parameters:
      schemas - a consumer that will call methods on SchemaListItem.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.