Interface PublishSchemaRequest.Builder

    • Method Detail

      • developmentSchemaArn

        PublishSchemaRequest.Builder developmentSchemaArn​(String developmentSchemaArn)

        The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.

        Parameters:
        developmentSchemaArn - The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • version

        PublishSchemaRequest.Builder version​(String version)

        The major version under which the schema will be published. Schemas have both a major and minor version associated with them.

        Parameters:
        version - The major version under which the schema will be published. Schemas have both a major and minor version associated with them.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • minorVersion

        PublishSchemaRequest.Builder minorVersion​(String minorVersion)

        The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.

        Parameters:
        minorVersion - The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        PublishSchemaRequest.Builder name​(String name)

        The new name under which the schema will be published. If this is not provided, the development schema is considered.

        Parameters:
        name - The new name under which the schema will be published. If this is not provided, the development schema is considered.
        Returns:
        Returns a reference to this object so that method calls can be chained together.