Interface DescribeSchemaResponse.Builder

    • Method Detail

      • content

        DescribeSchemaResponse.Builder content​(String content)

        The source of the schema definition.

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

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

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

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

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

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

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

        Tags associated with the resource.

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

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

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