Interface UpdateSchemaResponse.Builder

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

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

    • description

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

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

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

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

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

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