Class CreateIndexDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • compartmentId

        public CreateIndexDetails.Builder compartmentId​(String compartmentId)
        The OCID of the table’s compartment.

        Required if the tableNameOrId path parameter is a table name. Optional if tableNameOrId is an OCID. If tableNameOrId is an OCID, and compartmentId is supplied, the latter must match the identified table’s compartmentId.

        Parameters:
        compartmentId - the value to set
        Returns:
        this builder
      • isIfNotExists

        public CreateIndexDetails.Builder isIfNotExists​(Boolean isIfNotExists)
        If true, the operation completes successfully even when the index exists.

        Otherwise, an attempt to create an index that already exists will return an error.

        Parameters:
        isIfNotExists - the value to set
        Returns:
        this builder