Interface SchemaSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SchemaSummary.Builder,SchemaSummary>, SdkBuilder<SchemaSummary.Builder,SchemaSummary>, SdkPojo
Enclosing class:
SchemaSummary

public static interface SchemaSummary.Builder extends SdkPojo, CopyableBuilder<SchemaSummary.Builder,SchemaSummary>
  • Method Details

    • 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

      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.