Interface CreateSchemaResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateSchemaResponse.Builder,CreateSchemaResponse>, SchemasResponse.Builder, SdkBuilder<CreateSchemaResponse.Builder,CreateSchemaResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateSchemaResponse

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

    • description

      CreateSchemaResponse.Builder description(String description)

      The description of the schema.

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

      CreateSchemaResponse.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

      CreateSchemaResponse.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

      CreateSchemaResponse.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.
    • schemaVersion

      CreateSchemaResponse.Builder schemaVersion(String schemaVersion)

      The version number of the schema

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

      Sets the value of the Tags property for this object.
      Parameters:
      tags - The new value for the Tags property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of the schema.

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

      CreateSchemaResponse.Builder versionCreatedDate(Instant versionCreatedDate)

      The date the schema version was created.

      Parameters:
      versionCreatedDate - The date the schema version was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.