Interface UpdateSchemaResponse.Builder

    • Method Detail

      • 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

        UpdateSchemaResponse.Builder tags​(Map<String,​String> 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

        UpdateSchemaResponse.Builder type​(String 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.