Interface SchemaSummary.Builder

    • Method Detail

      • lastModified

        SchemaSummary.Builder lastModified​(Instant lastModified)

        The date and time that schema was modified.

        Parameters:
        lastModified - The date and time that schema was modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • schemaArn

        SchemaSummary.Builder schemaArn​(String schemaArn)

        The ARN of the schema.

        Parameters:
        schemaArn - The ARN of the schema.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • schemaName

        SchemaSummary.Builder schemaName​(String schemaName)

        The name of the schema.

        Parameters:
        schemaName - The name of the schema.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        SchemaSummary.Builder tags​(Map<String,​String> tags)

        Tags associated with the schema.

        Parameters:
        tags - Tags associated with the schema.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versionCount

        SchemaSummary.Builder versionCount​(Long versionCount)

        The number of versions available for the schema.

        Parameters:
        versionCount - The number of versions available for the schema.
        Returns:
        Returns a reference to this object so that method calls can be chained together.