Interface ListSchemaMappingsResponse.Builder

    • Method Detail

      • nextToken

        ListSchemaMappingsResponse.Builder nextToken​(String nextToken)

        The pagination token from the previous API call.

        Parameters:
        nextToken - The pagination token from the previous API call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • schemaList

        ListSchemaMappingsResponse.Builder schemaList​(Collection<SchemaMappingSummary> schemaList)

        A list of SchemaMappingSummary objects, each of which contain the fields SchemaName, SchemaArn, CreatedAt, UpdatedAt.

        Parameters:
        schemaList - A list of SchemaMappingSummary objects, each of which contain the fields SchemaName, SchemaArn, CreatedAt, UpdatedAt.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • schemaList

        ListSchemaMappingsResponse.Builder schemaList​(SchemaMappingSummary... schemaList)

        A list of SchemaMappingSummary objects, each of which contain the fields SchemaName, SchemaArn, CreatedAt, UpdatedAt.

        Parameters:
        schemaList - A list of SchemaMappingSummary objects, each of which contain the fields SchemaName, SchemaArn, CreatedAt, UpdatedAt.
        Returns:
        Returns a reference to this object so that method calls can be chained together.